Searched refs:test_is_not_same (Results 1 – 1 of 1) sorted by relevance
35 void test_is_not_same() in test_is_not_same() function54 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()