Files
ardour/foo.cc
2015-05-09 13:05:07 -04:00

7 lines
59 B
C++

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