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