ardour/foo.cc
2015-05-08 23:59:25 -04:00

4 lines
44 B
C++

int main() {
int i;
return 3 +1 +2 ;
}