#include "../include/iutest.hpp"
#if IUTEST_HAS_TYPED_TEST
template<typename T>
typedef ::iutest::Types<int, long, short> TypedTestTypes;
{
TypeParam a = 0;
}
{
TypeParam a = 1;
}
#endif
#if IUTEST_HAS_TYPED_TEST_P
template<typename T>
typedef ::iutest::Types<int, long, short> TypedTestTypes;
{
TypeParam a = 0;
}
{
TypeParam a = 1;
}
#endif