summaryrefslogtreecommitdiff
path: root/tests/semantic/reference-transfer-not-supported.test
blob: 4f244454e8ec718e2a89215b3fddb1d8e08b7733 (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

string foo () {
	return "foo";
}

void main () {
	string s = (owned) foo ();
}