more pre-commit testing
[ardour.git] / foo.cc
diff --git a/foo.cc b/foo.cc
index 4145dfb00fe1c9af939824a13d1bbd8dc7f3922b..d12a1b28382319805459eb4447658e4e51ebbe0c 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,6 @@
-int main() {
-    int i;
-       return 2 + 4 ;
+namespace {
+int main () {
+       int i;
+       return 2 + 24 -15 ;
+}
 }