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