3 lines
43 B
Text
3 lines
43 B
Text
|
let main =
|
||
|
let y = ref "foo";
|
||
|
ref "bar"
|