summaryrefslogtreecommitdiff
path: root/tests/basic-types/integer-unsigned-erange.test
blob: 64ada00ff6397b2e1a97f24d0923daf473f891cc (plain)
1
2
3
4
5
Invalid Code

void main () {
	uint64 foo = 18446744073709551616;
}