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

export module bob;
// { dg-module-cmi bob }

export struct import {};
export ::import *a;
export ::import (b);