summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/flags/Flags02.hs
blob: 080791133baf2770cf60759c5d043fc9d05c6cfb (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Haskell2010 #-}
{-# 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