Home
last modified time | relevance | path

Searched refs:testPlus (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
Dexpr-ansi.c8 void testPlus(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); } in testPlus() function
37 testPlus(); in main()
Dexpr.c8 testPlus(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); } in testPlus() function
37 testPlus(); in main()