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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 22 void testLogicalAnd(){ printf("%d && %d = %d\n", 10, 4, 10 && 4); }
51 testLogicalAnd();
expr.c 22 testLogicalAnd(){ printf("%d && %d = %d\n", 10, 4, 10 && 4); }
51 testLogicalAnd();

Completed in 188 milliseconds