Home
last modified time | relevance | path

Searched refs:ExplicitInt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/test.support/
H A Dtest_convertible_header.pass.cpp32 struct ExplicitInt { struct
33 explicit ExplicitInt(int) {} in ExplicitInt() function
35 static_assert(!test_convertible<ExplicitInt, int>(), "Must not be convertible");