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