ref: cd5a0e5dbf567454d207e7ae7d22626e0c0845be dir: /tests/execute/0089-short.c/
int main() { short x; x = 0; x = x + 1; if (x != 1) return 1; return 0; }