Files
c3c/test/test_suite/compile_time/concat_slice_cast.c3t
2026-01-22 21:39:03 +01:00

5 lines
66 B
Plaintext

fn int main()
{
const A = (ichar[]) { } +++ x'1234';
return 0;
}