summaryrefslogtreecommitdiff
path: root/tests/let.ur
blob: 45d52ded52950a3a1863b9dd239811326738d59b (plain)
1
2
3
4
5
6
fun main () : transaction page =
    let
        val x = 1
    in
        return <xml>{[x]}</xml>
    end