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

7 lines
93 B
Plaintext

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