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