repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
tools
/
build
/
feature
/
test-libcapstone.c
blob
fbe8dba189e9fee733616663f6f2274e53adf1d1
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <capstone/capstone.h>
4
5
int
main
(
void
)
6
{
7
csh handle
;
8
9
cs_open
(
CS_ARCH_X86
,
CS_MODE_64
, &
handle
);
10
return
0
;
11
}