summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T21035/Main.hs
blob: 24732423f433cea48e242c6029bf509da9210246 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}
module Main where

import HsDep (hsDep)
import M(f)

return hsDep

main = f