Files
c3c/test/test_suite/statements/if_missing_and.c3
Christoffer Lerno 3cd2267b0a Update error message.
2025-05-20 23:00:31 +02:00

6 lines
121 B
Plaintext

module test;
fn int main()
{
if (option.long_name != "" arg.starts_with("--")) // #error: '||' or '&&' or the ending
}