blob: 56ef05fe6db12e0c74dde17dea72fcb0830a71e5 [file] [log] [blame]
// { dg-do preprocess }
// { dg-additional-options -fno-modules }
module bob;
#if 1
export import stuart;
#else
import kevin;
#endif
import gru;
#define EXPORT
EXPORT import mabel;
int i;
// { dg-final { scan-file cpp-1.i "cpp-1.C\"\n\n\n\nmodule bob;\n\nexport import stuart;\n\n\n\nimport gru;\n\n import mabel;\n" } }