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