forked from OSchip/llvm-project
6 lines
37 B
C
6 lines
37 B
C
|
void foo();
|
||
|
|
||
|
int main() {
|
||
|
foo();
|
||
|
}
|