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