CAP/MiniC/TP04/tests/students/base/test_not_int.c

12 lines
211 B
C
Raw Normal View History

2024-10-21 23:10:10 +02:00
#include "printlib.h"
int main() {
println_int(!(12+2));
return 0;
}
// SKIP TEST EXPECTED
// EXITCODE 2
// EXPECTED
// In function main: Line 4 col 14: invalid type for NOT: only boolean allowed: integer