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