mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
5 lines
127 B
C
5 lines
127 B
C
fn void test()
|
|
{
|
|
void* x = &x;
|
|
int y = y; // #error: This looks like the initialization of the variable was circular.
|
|
} |