blob: edb409540c7600985262b2abd7c85d2a40310b91 [file] [log] [blame]
module test20280a;
struct Alpha(uint _)
{
import test20280a;
}
struct Foxtrot(uint _)
{
alias Attributes = Alpha!10;
enum A = 10;
}