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