Files
c3c/test/test_suite/vector/vector_limit.c3

6 lines
96 B
Plaintext

fn void main()
{
double[<65>] x; // #error: Vectors with bitsize over
$echo $sizeof(x) * 8;
}