blob: ec2bed91ccdb46da47371eb8425e722e682c7b4c [file] [log] [blame]
// { dg-additional-options "-fmodule-header -Winvalid-imported-macros" }
// { dg-module-cmi {} }
#ifndef MACRO_4_c
#define MACRO_4_c
#undef FIVE // no effect
import "macro-4_a.H";
int a;
#undef THREE
#undef FOUR
#define FOUR 4c
#endif