mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 15:58:57 -04:00
4 lines
33 B
C
4 lines
33 B
C
int foo(int x) {
|
|
return x+1;
|
|
}
|