summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/flags/Flags02.hs
blob: 525064dedf169479e2e81d462da7a2354818afcd (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -pgmlc pgmlc, -pgmdll pgmdll, -I., -L., -Uggg, -Dggg, -with-rtsopts full #-}

-- | These are all flags that should be allowed
module Flags02 where

f :: Int
f = 1