blob: cd906a5b40c37f2a9e561a9092f06f1c6e7bd1e0 [file] [log] [blame]
// { 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