summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/lib-dynlink-csharp/plugin.ml
blob: 39c46f3a1c834b344342c1a581a61d61b65bc520 (plain)
1
2
3
4
let f x = x.{2}
  
let () =
  print_endline "I'm the plugin."