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