mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
13 lines
119 B
Plaintext
13 lines
119 B
Plaintext
module bar;
|
|
import foo local;
|
|
|
|
func void test()
|
|
{
|
|
int i = 0;
|
|
}
|
|
|
|
func void main()
|
|
{
|
|
gonk();
|
|
printf("Helo\n");
|
|
} |