summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/3837.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/hsc2hs/3837.hsc')
-rw-r--r--testsuite/tests/hsc2hs/3837.hsc7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/hsc2hs/3837.hsc b/testsuite/tests/hsc2hs/3837.hsc
new file mode 100644
index 0000000000..7f8ee255af
--- /dev/null
+++ b/testsuite/tests/hsc2hs/3837.hsc
@@ -0,0 +1,7 @@
+-- Test that UTF-8 is passed through correctly by hsc2hs
+
+#define uni Ⴀ
+
+#let name = "αβγ"
+
+main = let (#name) = 3 in print (#name)