Files
c3c/test/test_suite7/struct/const_access_error.c3
2025-02-23 13:53:04 +01:00

6 lines
73 B
Plaintext

fn void main()
{
int x;
x.""; // #error: Expected an identifier here
}