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