blob: 387a41d80757266ba46449f51492d84fa9cfe219 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import tdef;
I main ()
{
return 0;
}
J nope; // { dg-error "does not name a type" }
typedef char J;
static J ok;