ref: 884acf9274a44d602d54e3e339c7730a9274c0d7 dir: /tests/cc/execute/0177-literal.c/
int boo(int *p) { return (p[1] == 2) ? 0 : 1; } int main() { return boo((int[]) {0, 2}); }