(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr99071_b.H
// PR 99071 ICE with global-module merging
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }

import "pr99071_a.H";

template<typename T>
void begin(T &);