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

#ifndef _STDARG_H
#define _STDARG_H
#ifdef __cplusplus
extern "C" {
#endif

  extern void frob ();

#ifdef __cplusplus
}
#endif
#endif