Searched refs:testNegation (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Dexpr-ansi.c26 void testNegation(){ printf("-%d = %d\n", 10, -10); } function
55 testNegation();
H A Dexpr.c26 testNegation(){ printf("-%d = %d\n", 10, -10); } function
55 testNegation();

Completed in 5 milliseconds