Files
c3c/test/test_suite/struct/const_access_error.c3

6 lines
73 B
Plaintext

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