mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
module test;
|
|
|
|
fn int main()
|
|
{
|
|
static char[(1024 * mem::KB) + 1] a;
|
|
tlocal char[(1024 * mem::KB) + 1] b;
|
|
return 0;
|
|
} |