Files
c3c/test/test_suite2/errors/missing_bang.c3
2022-08-28 01:00:11 +02:00

7 lines
93 B
C

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