hls-splice-plugin-1.0.0.3: test/testdata/TDeclKindError.expected.hs
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE QuasiQuotes #-}
module TSimpleDecl where
import Language.Haskell.TH ( mkName, clause, normalB, funD, sigD )
-- Foo
-- Bar
foo :: Int
foo = 42
bar :: Int
-- Bar
-- ee
-- dddd