()
| 243 | |
| 244 | |
| 245 | def test_unusual_op_ref(): |
| 246 | # Merely to test that this still exists and built successfully. |
| 247 | assert m.CallCastUnusualOpRefConstRef().__class__.__name__ == "LocalUnusualOpRef" |
| 248 | assert m.CallCastUnusualOpRefMovable().__class__.__name__ == "LocalUnusualOpRef" |
nothing calls this directly
no outgoing calls
no test coverage detected