DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.69%2Bdfsg-4 / test / other / codesize / minimal_main.c
12345678910
#include <emscripten.h> EMSCRIPTEN_KEEPALIVE int add(int x, int y) { return x + y; } EMSCRIPTEN_KEEPALIVE int global_val = 0; int main() { }