ref: 079f3c6e917203d8d5a2043182927231c60ea231 dir: /tests/cc/error/0027-constoverflow.c/
#include <limits.h> static long long var = LLONG_MAX + 1; int main() { return 0; }