4 #if defined(__GNUC__) || defined(__clang__)
5 #pragma GCC system_header
8 #if A_PREREQ_GNUC(2, 95) || __has_warning("-Waggregate-return")
9 #pragma GCC diagnostic ignored "-Waggregate-return"
10 #endif /* -Waggregate-return */
13 #if defined(__cplusplus)
15 #endif /* __cplusplus */
17 A_PUBLIC JSModuleDef
*js_init_module(JSContext
*ctx
, char const *module_name
);
19 #if defined(__cplusplus)
21 #endif /* __cplusplus */