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