mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
12 lines
104 B
C
12 lines
104 B
C
module foo;
|
|
|
|
errtype Blurg
|
|
{
|
|
Z
|
|
}
|
|
|
|
func void main()
|
|
{
|
|
int! i = Blurg.Z!;
|
|
int! j = Blurg.Z!;
|
|
} |