summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/foo.cc b/foo.cc
new file mode 100644
index 0000000000..eb0de6978f
--- /dev/null
+++ b/foo.cc
@@ -0,0 +1,6 @@
+namespace {
+ int main () {
+ int i;
+ return 2 + 24 -1 ;
+}
+}