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