ref: 196b6aee42727015dac4a55161cebae401a3d852 dir: /tests/execute/0085-ulonglong.c/
int main() { unsigned long long x; x = 0; x = x + 1; if (x != 1) return 1; return 0; }