summaryrefslogtreecommitdiff
path: root/tests/semantic/pointer-indirection-type-not-supported.test
blob: 64f7c6c20ea4d3972ed04f0fad9d8fb5344daaee (plain)
1
2
3
4
5
6
Invalid Code

void main () {
	string foo = "foo";
	*foo = null;
}