blob: 93a35d7e1363dc0a08f48b93bc01e41193e66264 [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); }
/*%%*
type '$mat' is private
type '$bvec' is private
type '$ivec' is private
type '$genType' is private
type '$mat' is private
type '$floatLiteral' is private
*%%*/