2020-12-30 23:07:10 +00:00
|
|
|
### Compilation failed:
|
2020-09-17 22:20:26 +00:00
|
|
|
|
2020-12-30 23:07:10 +00:00
|
|
|
error: 3: function 'int foo(int x)' is not defined
|
2022-04-06 22:24:52 +00:00
|
|
|
void func() { int x = foo(1); }
|
|
|
|
^^^^^^
|
2020-12-30 23:07:10 +00:00
|
|
|
1 error
|