blob: 03d8e03eeccebf128c2c0dda78cb911e524cff76 [file] [log] [blame]
InterfaceBlock {
layout(set=0) $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); }