blob: ed6275e9b112465f0fc5b4dbcec16bb71b404c54 [file] [log] [blame]
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 '$bvec' is private
type '$ivec' is private
type '$genType' is private
type '$mat' is private
type '$floatLiteral' is private
*%%*/