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

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

f :: Int
f = 1