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

12 lines
204 B
C
Raw Normal View History

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