blob: 0e8539f7388544899b5407aa7716add81d01c7c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{-# LANGUAGE CPP #-}
#include "header1.h"
module CPPIncludes where
-- This module is only discovered by downsweep and hits a different code path
-- to the path which gets mod summaries for the targets
import CPPIncludes_Down
foo = A
qux = B
|