Invalid Code void foo (out string arg) { } void main () { int i; foo (out i); }