5 lines
67 B
Text
5 lines
67 B
Text
|
let x : mut<int> = ref (0)
|
||
|
|
||
|
let main : int =
|
||
|
x := "bar";
|
||
|
!x
|