summaryrefslogtreecommitdiff
path: root/tests/semantic/literal-expression.test
blob: 1edc600f1190a16debbef9bfcd4355db1c65f33e (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	23;
	3.14;
}