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