X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=foo.cc;h=3c2b0b8a5f791f137f91061bbb7d76c6d2d59758;hb=df52c8c748a3fdc2ca0d3d8406a2f5b5550de971;hp=ee8e1be41cb11943f594907cb26bedae83b81fce;hpb=ba9748cc56bd34c1bc9a2614775e494ace78022a;p=ardour.git diff --git a/foo.cc b/foo.cc index ee8e1be41c..3c2b0b8a5f 100644 --- a/foo.cc +++ b/foo.cc @@ -1,4 +1,6 @@ -int main() { - int i; - return 2 + 24 -13 ; +namespace { +int main () { + int i; + return 2 + 24 -1 ; +} }