mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
10 lines
95 B
D
10 lines
95 B
D
// REQUIRED_ARGS: -o-
|
|
// PERMUTE_ARGS:
|
|
|
|
struct UDA {}
|
|
|
|
struct S
|
|
{
|
|
@UDA:
|
|
import object;
|
|
}
|