mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
12 lines
159 B
D
12 lines
159 B
D
// REQUIRED_ARGS: -de
|
|
// PERMUTE_ARGS:
|
|
// EXTRA_FILES: imports/a15856.d
|
|
class Foo
|
|
{
|
|
import imports.a15856;
|
|
|
|
struct Bar
|
|
{
|
|
c_long a;
|
|
}
|
|
}
|