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

/frameworks/compile/libbcc/tests/data/src/
H A Dexpr-ansi.c20 void testBitOr(){ printf("%d | %d = %d\n", 10, 4, 10 | 4); } function
49 testBitOr();
H A Dexpr.c20 testBitOr(){ printf("%d | %d = %d\n", 10, 4, 10 | 4); } function
49 testBitOr();

Completed in 5 milliseconds