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