From 79c2e18d5d237d48f0803bb874d72b4354ba9b25 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 7 Sep 2008 10:13:02 -0400 Subject: intToString --- tests/toString.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/toString.ur (limited to 'tests/toString.ur') diff --git a/tests/toString.ur b/tests/toString.ur new file mode 100644 index 00000000..830f4713 --- /dev/null +++ b/tests/toString.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return + 6 = {cdata (intToString 6)} + -- cgit v1.2.3