Importable header "common.h":#define DOT_BAR .bar #define MOD_ATTR [[vendor::shiny_module]]
Translation unit #1:module; #include "common.h" export module foo DOT_BAR; // error: expansion of DOT_BAR; does not begin with ; or [
Translation unit #2:module; #include "common.h" export module M MOD_ATTR ; // OK — end example]