summaryrefslogtreecommitdiffstats
path: root/tools/check-moz-style/tests/test2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-moz-style/tests/test2.cpp')
-rw-r--r--tools/check-moz-style/tests/test2.cpp3
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;
+}