summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_fail/T17916.hs
blob: 8d87e8c64d3a02ed4149913b90d6ca162ca80a5b (plain)
1
2
3
4
5
6
-- Currently, capitalized identifiers in SCC pragmas must be put in quotes.
-- If you change this decision, this test is there to remind you to
-- update the section scc-pragma in User's Guide.
module T17916 where

f = {-# SCC CapitalCase #-} ()