shithub: scc

ref: 283be1536196f042cb0161a6611baf9b3d8918dc
dir: /tests/cc/error/0027-constoverflow.c/

View raw version
#include <limits.h>

static long long var = LLONG_MAX + 1;

int
main()
{
	return 0;
}