mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
12 lines
295 B
D
12 lines
295 B
D
module imports.ovs1528b;
|
|
|
|
auto func1528(string) { return 3; }
|
|
auto func1528(T)(T[]) { return 4; }
|
|
|
|
auto bunc1528(T)(T[]) { return 4; }
|
|
auto bunc1528(string) { return 3; }
|
|
|
|
auto vunc1528(T)(T[]) { return 2; }
|
|
auto wunc1528(int) { return 1; }
|
|
|
|
auto opUnary1528(string op : "-")(int) { return 2; }
|