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

void main () {
	double foo = 20.03e+;
}