| 451 | {} |
| 452 | |
| 453 | void perform_test ( |
| 454 | ) |
| 455 | { |
| 456 | test_optional_int(); |
| 457 | test_optional_int_constexpr(); |
| 458 | test_optional_int_monads(); |
| 459 | test_optional_int_constexpr_monads(); |
| 460 | test_constructors(); |
| 461 | test_emplace(); |
| 462 | test_make_optional(); |
| 463 | } |
| 464 | } a; |
| 465 | } |
nothing calls this directly
no test coverage detected