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

void main () {
	double foo = 0xf.fp;
}