aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test11563.d
blob: b208215bdb691c4facb7323e5b2e3d38495ef38b (plain)
1
2
3
4
5
6
7
8
9
import imports.test11563std_traits;

interface J : I {} // comment out to let compilation succeed

struct A { }
pragma(msg, moduleName!A);


interface I {}