summaryrefslogtreecommitdiff
path: root/tests/semantic/realliteral-exponent-has-no-digits5.test
blob: 66cc22a8f63fc039e572e829380997f4c1b51434 (plain)
1
2
3
4
5
Invalid Code

void main () {
	float foo = 0xf.fpf;
}