We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83706e8 commit 893b86fCopy full SHA for 893b86f
tests/core/test_llvm_used.in
@@ -2,6 +2,7 @@
2
#include <emscripten.h>
3
4
extern "C" {
5
+ __attribute__((annotate("hello attribute world")))
6
EMSCRIPTEN_KEEPALIVE void foobar(int x) {
7
printf("Worked! %d\n", x);
8
}
0 commit comments