4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
!module A
|
||
|
!import "./test/namespace-B.tri" B
|
||
|
main = B.x
|