summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/safeHaskell/flags/Flags01.hs
blob: 0e1d120a8194826280b4cd55c09f246453f11568 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE CPP #-}

-- | CPP should still be allowed
module Main where

#include "Flags01_A.cpp"

#define mainn main=putStrLn str

mainn