summaryrefslogtreecommitdiff
path: root/tests/cffi.ur
blob: cc93b8f560cbe0bc108a1dd728f77aaca52ead36 (plain)
1
2
3
4
5
6
7
8
fun effect () =
  Test.print;
  return <xml/>

fun main () = return <xml><body>
  {[Test.out (Test.frob (Test.create "Hello ") "world!")]}
  <form><submit action={effect}/></form>
</body></xml>