(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
builtin-6_a.H
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }

extern "C" {
  
static double sin (double)
{
  // extra small angle approximation :)
  return 0.0;
}

}