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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 14 void testGreater(){ printf("%d > %d = %d\n", 10, 4, 10 > 4); }
43 testGreater();
expr.c 14 testGreater(){ printf("%d > %d = %d\n", 10, 4, 10 > 4); }
43 testGreater();

Completed in 33 milliseconds