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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 26 void testNegation(){ printf("-%d = %d\n", 10, -10); }
55 testNegation();
expr.c 26 testNegation(){ printf("-%d = %d\n", 10, -10); }
55 testNegation();

Completed in 1422 milliseconds