Sign in
llvm
/
llvm-project
/
lldb
/
d33cc4f7a4b269a5c6df5767e7d73b51b016e880
/
.
/
test
/
Shell
/
Commands
/
command-disassemble-mixed.test
blob: e078f341a694b6c4eeafcdf814333ef10ffdbf8e [
file
] [
log
] [
blame
]
extern
int
do_not_show
;
int
main
()
{
int
abc
=
30
;
#line
0
return
abc
;
}
// RUN: %clang_host -g -x c -o %t.out %s
// RUN: %lldb -b -o 'disassemble --mixed -n main' %t.out | FileCheck %s
// CHECK: .out`main:
// CHECK-NOT: do_not_show