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