# Pastebin FrI372QT >>> type Foo = ref int >>> var f: Foo >>> f[] = 10 >>> f[] 139811102607008 >>> new(f) >>> f[] = 10 >>> f[] 10 >>>