9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
// #failed: parse
|
|
// #error: no package with name
|
|
import "qweeeewewe";
|
|
|
|
main :: proc(): int {
|
|
a := malloc(32);
|
|
free(a);
|
|
return 0;
|
|
} |