summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_run/T14965.hs
blob: f4fa01148e1845e5da8dddadfe8d75f7588f6f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Main (main) where

import T14965_Sep

main :: IO ()
main = print $ cc bb

bb :: Sep
bb = catSep b1 b2

b1 :: Sep
b1 = Sep [] ["foo"] []

b2 :: Sep
b2 = Sep [] ["bar"] []