summaryrefslogtreecommitdiff
path: root/tests/semantic/field-owned-to-unowned.test
blob: 8cfaace1124a697e8632e3738ccb2e69d1cc0705 (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

string get_foo () {
	return "foo";
}

unowned string foo = get_foo ();

void main () {
}