HomeSort by relevance Sort by last modified time
    Searched refs:testLogicalOr (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 23 void testLogicalOr(){ printf("%d || %d = %d\n", 10, 4, 10 || 4); }
52 testLogicalOr();
expr.c 23 testLogicalOr(){ printf("%d || %d = %d\n", 10, 4, 10 || 4); }
52 testLogicalOr();

Completed in 4663 milliseconds