| 237 | } |
| 238 | |
| 239 | UserId testTypedef(const UserId thing) override { |
| 240 | printf("testTypedef(%" PRId64 ")\n", thing); |
| 241 | return thing; |
| 242 | } |
| 243 | |
| 244 | void testMapMap(map<int32_t, map<int32_t, int32_t> >& mapmap, const int32_t hello) override { |
| 245 | printf("testMapMap(%d)\n", hello); |
no outgoing calls
no test coverage detected