(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
ns-dup-1_b.C
// { dg-additional-options {-fmodules-ts -Wno-pedantic} }

module;
# 5 __FILE__ 1
namespace std {}
# 7 "" 2
export module bob;
// { dg-module-cmi bob }

import foo;
namespace std {}