| 45 | }; |
| 46 | |
| 47 | TEST_F(RoundTripTransferTest, R0S32) { |
| 48 | RoundTripTest(LiteralUtil::CreateR0<int32>(42)); |
| 49 | } |
| 50 | |
| 51 | TEST_F(RoundTripTransferTest, R0F32) { |
| 52 | RoundTripTest(LiteralUtil::CreateR0<float>(42.0)); |
nothing calls this directly
no test coverage detected