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

5 lines
89 B
Plaintext

fn void test()
{
int! x = 0;
int! z = x << 100; // #error: the bitsize of 'int'
}