mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
13 lines
179 B
D
13 lines
179 B
D
// EXTRA_SOURCES: imports/test13a.d
|
|
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -unittest
|
|
|
|
module test13;
|
|
|
|
import imports.test13a;
|
|
|
|
alias Ordinal!(char) ord;
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|