summaryrefslogtreecommitdiff
path: root/testdata/language-features/module/Moduledef09.lc
blob: 2d30edb3b5d22453086b79ca0866c7c007a2e37b (plain)
1
2
3
4
5
6
module
  Moduledef09(hello)
    where

hello = "hello"
world = "world"