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