ref: cd1c02a7e638b91a3506d71a79480e9020e83ffb dir: /tests/execute/0114-shortassig.c/
int main() { short s = 1; long l = 1; s -= l; return s; }