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