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