| 20 | |
| 21 | template<typename T> |
| 22 | class Array : public ::testing::Test {}; |
| 23 | |
| 24 | typedef ::testing::Types<float, double, cfloat, cdouble, char, signed char, |
| 25 | unsigned char, int, uint, intl, uintl, short, ushort, |
nothing calls this directly
no outgoing calls
no test coverage detected