d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test9276sem.d
blob0631683dc1f2ee45811a6e63c0c383ca13c2af67
1 module imports.test9276sem;
3 class Declaration
5 mixin Visitors;
8 template Semantic(T)
10 private:
11 struct
13 import imports.test9276hash;
20 import imports.test9276visitors;
22 class OverloadableDecl : Declaration