summaryrefslogtreecommitdiff
path: root/tests/rewrite.ur
blob: 8b9f5bb8e4e1afa464bc0d7cb5cca4a874500ff4 (plain)
1
2
3
4
5
6
7
8
9
table t : { A : int }

fun other () = return <xml><body>
  Other
</body></xml>

fun main () = return <xml><body>
  <a link={other ()}>Hi!</a>
</body></xml>