1 2 3 4 5 6 7 8 9 10
// EXTRA_SOURCES: imports/test50a.d // PERMUTE_ARGS: import imports.test50a; class Bar : Foo { alias typeof(Foo.tupleof) Bleh; }