Sign in
cos
/
third_party
/
kernel
/
6ff435b8f1fa494c3daba3754053d06740affdee
/
.
/
tools
/
build
/
feature
/
test-disassembler-init-styled.c
blob: f1ce0ec3bee9d3ebbbc92648dc7a9e7872846333 [
file
] [
log
] [
blame
]
// 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
;
}