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