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