CAP/MiniC/TP06/tests/provided/basic-functions/no_def.c

8 lines
122 B
C
Raw Normal View History

2024-10-06 19:58:11 +02:00
int main() {
x = f(1);
return 0;
}
// EXITCODE 2
// EXPECTED
// In function main: Line 2 col 6: Undefined function f