diff options
Diffstat (limited to 'tools/check-moz-style/tests/test2.cpp')
-rw-r--r-- | tools/check-moz-style/tests/test2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/check-moz-style/tests/test2.cpp b/tools/check-moz-style/tests/test2.cpp new file mode 100644 index 000000000..4cce7f667 --- /dev/null +++ b/tools/check-moz-style/tests/test2.cpp @@ -0,0 +1,3 @@ +int main() { + return 0; +} |