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