Open
Description
Take:
module
;
export module unexpanded
;
as far I can read P3034R1 this should be invalid as export module
is handled during preprocessing and https://eel.is/c++draft/cpp#pre-1 gives module\n;
as being an invalid directive too.