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

module bob;

int a = foo (1);
int b = bar (2);