Invalid Code void foo (ref string arg) { } void main () { foo ("foo"); }