summaryrefslogtreecommitdiff
path: root/tests/cffi.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 17:15:14 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 17:15:14 -0400
commit2570fc6449706fd93641ab23762194dbcd50db09 (patch)
tree4be9b76a5e655b9f28be47710cc47e600a369a14 /tests/cffi.ur
parent82825a3ba67f3a01d8a3658c74d8171dcd21276e (diff)
C FFI compiler options
Diffstat (limited to 'tests/cffi.ur')
-rw-r--r--tests/cffi.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cffi.ur b/tests/cffi.ur
new file mode 100644
index 00000000..2e20199b
--- /dev/null
+++ b/tests/cffi.ur
@@ -0,0 +1,3 @@
+fun main () = return <xml><body>
+ {[Test.out (Test.frob (Test.create "Hello ") "world!")]}
+</body></xml>