Release 0.41.92
[vala-gnome.git] / tests / control-semantic / argument-owned-ref.test
blob2588e7d986888249cc09fc71af769425e142b6bd
1 Invalid Code
3 void foo (ref owned string arg) {
6 void main () {
7         unowned string s = "foo";
8         foo (ref s);