summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/dynamic_flags_002/C_Main.hs
blob: c7decbc546555a6c26d5899583e80f00fb55f105 (plain)
1
2
3
4
5
6
7
8

module C_Main where

import C_Child () -- Turns on -Wall -Werror

-- Not -Wall clean: Missing signature:
a = 'c'