shithub: scc

ref: 9833ce7547fe04b441bdabf7ad86783c7be6efeb
dir: /tests/cc/error/0027-constoverflow.c/

View raw version
#include <limits.h>

static long long var = LLONG_MAX + 1;

int
main()
{
	return 0;
}