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