Searched refs:test_is_same (Results 1 – 2 of 2) sorted by relevance
18 void test_is_same() in test_is_same() function69 test_is_same<int, int>(); in main()70 test_is_same<void, void>(); in main()71 test_is_same<Class, Class>(); in main()72 test_is_same<int*, int*>(); in main()
17 void test_is_same() {