emscripten/tests/long_function_name_in_export.c

6 строки
212 B
C

#include <emscripten.h>
int EMSCRIPTEN_KEEPALIVE thisIsAFunctionExportedFromAsmJsOrWasmWithVeryLongFunctionNameThatWouldBeGreatToOnlyHaveThisLongNameReferredAtMostOnceInOutput(void) { return 1; }
int main() {}