Files
c3c/test/test_suite/compile_time_introspection/len_distinct.c3t
2025-07-18 21:24:09 +02:00

6 lines
76 B
Plaintext

typedef Foo = int[32];
fn int main()
{
$assert(Foo.len == 32);
return 0;
}