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

void main () {
	double foo = 18.93e;
}