13 lines
168 B
C
Raw Normal View History

2024-09-29 09:58:25 +02:00
#include "printlib.h"
int toto(){
println_int(42);
return 0;
}
// SKIP TEST EXPECTED
// EXITCODE 5
// EXPECTED
// Functions are not supported in evaluation mode