Files
c3c/test/test_suite/globals/recursive_globals.c3
2021-12-22 01:03:15 +01:00

3 lines
105 B
Plaintext

void *x = &x;
int y = 1 + y; // #error: This looks like the initialization of the variable was circular.