ardour/foo.cc
2015-05-09 00:18:54 -04:00

4 lines
42 B
C++

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