Sign in
cos
/
third_party
/
kernel
/
24d759976a4a7745898904cfbef0a3a3a9ff4bf6
/
.
/
tools
/
build
/
feature
/
test-libcapstone.c
blob: fbe8dba189e9fee733616663f6f2274e53adf1d1 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<capstone/capstone.h>
int
main
(
void
)
{
csh handle
;
cs_open
(
CS_ARCH_X86
,
CS_MODE_64
,
&
handle
);
return
0
;
}