1 2 3 4 5 6 7 8 9
Invalid Code string foo () { return "foo"; } void main () { string s = (owned) foo (); }