blob: b6f088527f63f5f83b4d28aaf24fc234854373fd (
plain)
1
2
3
4
5
6
7
|
-- Tests that when the StaticPointers extension is not enabled
-- the static identifier can be used as a regular Haskell
-- identifier.
module RdrNoStaticPointers01 where
f :: Int -> Int
f static = static
|