blob: 1b4062626da2908b31a667d543f4b630dd075f3b [file] [log] [blame]
struct S {
bool b;
};
buffer MyInterfaceBlock {
S[2] data;
};
/*%%*
type 'bool' is not permitted in an interface block
*%%*/