int function(out int i) { // function should return a value } void main() { int i; function(i); }