CAP/MiniC/TP03/tests/students/base/test_println_string.c

15 lines
249 B
C
Raw Normal View History

2024-10-08 08:39:14 +02:00
#include "printlib.h"
int main() {
int x, y;
println_string("hello !");
println_string(y-2);
return 0;
}
// SKIP TEST EXPECTED
// EXITCODE 2
// EXPECTED
// In function main: Line 7 col 2: invalid type for println_string statement: integer