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