summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T16521/A.hs
blob: ddcfdbcf41dfb42f3fbae9e0ca0b5ecc47a3b329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-# LANGUAGE CPP #-}

module A where

#include "a.h"
#include "b.h"

-- Test including a header from an external package.
#include "processFlags.h"

main :: IO ()
main = do
    putStrLn a
    putStrLn b