mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
11 lines
146 B
D
11 lines
146 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/b11447.d
|
|
// PERMUTE_ARGS: -allinst
|
|
|
|
import imports.b11447;
|
|
|
|
void main()
|
|
{
|
|
A a;
|
|
aaa(a);
|
|
}
|