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