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