ardour/foo.cc

5 lines
43 B
C++

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