(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
keyword-1_b.C
// { dg-additional-options "-fmodules-ts" }

import bob;

::import (d); // not import
import (e); // not import

void foo ()
{
  void *c = a;
  void *e = &b;
}