(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
mod-impl-1_a.C
// { dg-module-do "run" }
// { dg-additional-options "-fmodules-ts" }

export module baz;
// { dg-module-cmi "baz" }

export int Square (int);

float Square (int, int);
export int Square (int, int, int);

int Prod (int, int);