summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T15279.hs
blob: b80bd32b54a128e49d7aa782cdffba2471067791 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -ddump-parsed-ast #-}
module T15279 where

foo :: Char -> Char
#include "T15279.hs-incl"
foo _ = 'a'