CAP/MiniC/TP03/tests/provided/examples/bad_main.c
2024-09-29 09:58:25 +02:00

13 lines
168 B
C

#include "printlib.h"
int toto(){
println_int(42);
return 0;
}
// SKIP TEST EXPECTED
// EXITCODE 5
// EXPECTED
// Functions are not supported in evaluation mode