Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
other
/
test_exceptions_c_linker.c
blob: f1a32bc604a2796d7eb524e7093b6d9c3f83c41a [
file
]
#include
<stdio.h>
__attribute__
((
import_name
(
"__cxa_find_matching_catch_1"
)))
void
__cxa_find_matching_catch_1
();
int
main
()
{
__cxa_find_matching_catch_1
();
printf
(
"done"
);
return
0
;
}