Searched refs:test_is_not_fundamental (Results 1 – 1 of 1) sorted by relevance
34 void test_is_not_fundamental() in test_is_not_fundamental() function100 test_is_not_fundamental<char[3]>(); in main()101 test_is_not_fundamental<char[]>(); in main()102 test_is_not_fundamental<void *>(); in main()103 test_is_not_fundamental<FunctionPtr>(); in main()104 test_is_not_fundamental<int&>(); in main()105 test_is_not_fundamental<int&&>(); in main()106 test_is_not_fundamental<Union>(); in main()107 test_is_not_fundamental<Empty>(); in main()108 test_is_not_fundamental<incomplete_type>(); in main()[all …]