11 lines
216 B
C++
11 lines
216 B
C++
#include "testlib_api.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
try {
|
|
testlib_symbols()->kotlin.root.setHookAndThrow();
|
|
} catch (...) {
|
|
printf("FAIL. Native catch.\n");
|
|
}
|
|
} |