blob: 6fb39fed44d1f73fea91cd71a77f82e7cd42cbf0 [file] [log] [blame]
import imports.test11563std_traits;
interface J : I {} // comment out to let compilation succeed
struct A { }
static assert(moduleName!A == "b");
interface I {}