Searched refs:testUnaryPlus (Results 1 – 2 of 2) sorted by relevance
27 void testUnaryPlus(){ printf("+%d = %d\n", 10, +10); } in testUnaryPlus() function56 testUnaryPlus(); in main()
27 testUnaryPlus(){ printf("+%d = %d\n", 10, +10); } in testUnaryPlus() function56 testUnaryPlus(); in main()