Sign in
android-kvm
/
linux
/
refs/heads/vdonnefort/pkvm-guest-hvc-range
/
.
/
tools
/
build
/
feature
/
test-disassembler-init-styled.c
blob: f1ce0ec3bee9d3ebbbc92648dc7a9e7872846333 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
#include
<dis-asm.h>
int
main
(
void
)
{
struct
disassemble_info info
;
init_disassemble_info
(&
info
,
stdout
,
NULL
,
NULL
);
return
0
;
}