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