| 328 | } |
| 329 | }; |
| 330 | class AArrayArray { |
| 331 | public: |
| 332 | AArrayArray() {} |
| 333 | AArrayArray(const AArrayArray &) {} |
| 334 | AArray operator[] (int ) { |
| 335 | return AArray(); |
| 336 | } |
| 337 | }; |
| 338 | |
| 339 | |
| 340 | bool Test2() |
nothing calls this directly
no outgoing calls
no test coverage detected