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