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