Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_same.pass.cpp48 void test_is_not_same() in test_is_not_same() function
75 test_is_not_same<int, void>(); in main()
76 test_is_not_same<void, Class>(); in main()
77 test_is_not_same<Class, int*>(); in main()
78 test_is_not_same<int*, int&>(); in main()
79 test_is_not_same<int&, int>(); in main()