ardour/foo.cc
2015-05-09 13:08:56 -04:00

6 lines
58 B
C++

namespace {
int main () {
int i;
return 2 + 24 -1 ;
}
}