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