mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
typedef Foo = int[32];
|
|
fn int main()
|
|
{
|
|
$assert(Foo.len == 32);
|
|
return 0;
|
|
} |