blob: dbf1c0a18e47accacc51b24bd650e64be0e2a801 [file] [log] [blame]
int foo(int x);
void main() {
int x = foo(1);
}