summaryrefslogtreecommitdiff
path: root/tests/char.ur
blob: 08621ebabcb2bda73db2667574354b9f195eca45 (plain)
1
2
3
4
fun main () =
  case #"A" of
      #"B" => return <xml/>
    | _ => return <xml>A!</xml>