Files
kotlin-fork/experiments/dwarf-2/2-functions.c
T
2016-09-12 17:29:56 +03:00

8 lines
53 B
C

int foo() {
return 0;
}
int bar() {
return 0;
}