summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T12983/src/MetaHandler.hs
blob: 87b48db36cd469a102973672bc7588137686bafc (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TemplateHaskell #-}
module Main where

import qualified Types

-- splices in "string :: String"
$(Types.genCode)

main :: IO ()
main = putStrLn string