Files
c3c/test/test_suite14/errors/missing_bang.c3
2023-01-11 18:00:08 +01:00

7 lines
93 B
C

fault Bob { FOO }
fn int! test()
{
return Bob.FOO; // #error: You need to add a trailing
}