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

void main () {
	double foo = 7.11e-;
}