mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
module abc;
|
|
import std;
|
|
|
|
alias xyz1 = module std::io;
|
|
alias xyz2 = module std::io;
|
|
alias xyz3 = module std::io;
|
|
alias xyz2 = module std::io; // #error: The module alias must be unique |