summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs/T3837.hsc
blob: 7f8ee255afe9a4f4c76a7808a5c22b945719762a (plain)
1
2
3
4
5
6
7
-- Test that UTF-8 is passed through correctly by hsc2hs

#define uni Ⴀ

#let name = "αβγ"

main = let (#name) = 3 in print (#name)