mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
fn int test1()
|
|
{
|
|
for (;;);
|
|
}
|
|
fn int test2()
|
|
{
|
|
for (;;) {}
|
|
}
|