blob: 52b7498a26bf4071cc0569431c6cc126e3400935 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
#define SEMI ; // this is ok since p1857
import bob SEMI
#define IMPORT import // { dg-error "does not name a type" }
IMPORT bob ;