blob: a1b9845c994906cc7f7e0255d47b720a719b5ee5 [file] [log] [blame]
InterfaceBlock {
$mat g;
};
struct S {
$bvec bv;
};
void param_private($ivec iv) {}
void vardecl_private() { $genType g; }
void ctor_mat_private() { $mat(0); }
void ctor_literal_private() { $floatLiteral(0); }