Files
c3c/test/test_suite/compile_time/string_eq_2135.c3t

8 lines
82 B
Plaintext

const String FOO = "...";
fn int main()
{
$if FOO == "...":
$endif
return 0;
}