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