mirror of https://github.com/WebAssembly/wasi-sdk
parent
706564f88b
commit
e89c12075c
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
void __wasm_set_tls_base(void *base);
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
__wasm_set_tls_base(NULL);
|
|
||||||
abort();
|
abort();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in new issue