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