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