summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/safeInfered/TrustworthySafe01.hs
blob: 6d65130a84acc7cb3a0cc2558fdeaa75c13686b2 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE Trustworthy #-}

-- | This module is marked trustworthy but should be inferable as -XSafe.
-- But no warning enabled.
module TrustworthySafe01 where

g :: Int
g = 1