diff options
Diffstat (limited to 'testsuite/tests/overloadedrecflds/should_run/overloadedlabelsrun04.hs')
-rw-r--r-- | testsuite/tests/overloadedrecflds/should_run/overloadedlabelsrun04.hs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_run/overloadedlabelsrun04.hs b/testsuite/tests/overloadedrecflds/should_run/overloadedlabelsrun04.hs new file mode 100644 index 0000000000..8794a87b61 --- /dev/null +++ b/testsuite/tests/overloadedrecflds/should_run/overloadedlabelsrun04.hs @@ -0,0 +1,13 @@ +{-# LANGUAGE OverloadedLabels, TemplateHaskell #-} + +import OverloadedLabelsRun04_A + +-- Who knew that there were so many ways that a line could start with +-- a # sign in Haskell? None of these are overloaded labels: +#line 7 "overloadedlabelsrun04.hs" +# 8 "overloadedlabelsrun04.hs" +#!notashellscript +#pragma foo + +-- But this one is: +#foo |