| 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 | |
| *%%*/ |