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