ref: ca159744ce0e57a00d89f49dcd3617a1ef7e4761 dir: /tests/cc/error/0024-lvale-cast.c/
int main() { int a; (char) a = 1025; return (a == 1) ? 0 : 1; }