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