Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.rel/
Dis_same.pass.cpp35 void test_is_not_same() in test_is_not_same() function
54 test_is_not_same<int, void>(); in main()
55 test_is_not_same<void, Class>(); in main()
56 test_is_not_same<Class, int*>(); in main()
57 test_is_not_same<int*, int&>(); in main()
58 test_is_not_same<int&, int>(); in main()