mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 01:56:34 +01:00
5 lines
37 B
C++
5 lines
37 B
C++
|
|
int main() {
|
||
|
|
int i;
|
||
|
|
return 3;
|
||
|
|
}
|