blob: 8794a87b61a2b2c323a73be308c1ffc1feda5380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|