10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
import b "b";
|
|
|
|
main :: proc(): int {
|
|
result := b.B();
|
|
// b.B_NO_API();
|
|
b.A();
|
|
b;
|
|
co := b.BCONST; @unused
|
|
return result;
|
|
} |