2 lines
61 B
Text
2 lines
61 B
Text
|
let r = ref "This test is OK.\n"
|
||
|
let test = print_string (!r)
|