//TEST:SIMPLE(filecheck=CHECK): -warnings-as-errors 30856 interface ICompatibleWith {} interface IBase {} struct INT : IBase {} struct FLOAT : IBase {} extension EX : ICompatibleWith {} extension EY : ICompatibleWith {} struct VECTOR {} // CHECK: ([[# @LINE+1]]): error 30856: the extension is non-standard extension> VECTOR : ICompatibleWith> {} void main() {}