Sign in
llvm
/
llvm-project
/
lldb
/
e5147d572f5e468e16fbbf36b71824b54f3932f7
/
.
/
test
/
API
/
commands
/
expression
/
macros
/
main.cpp
blob: f2c2c101fa15b3cb3a1a6780c2ddd2b222e616f1 [
file
] [
log
] [
blame
]
#include
"macro1.h"
#define
MACRO_1
100
#define
MACRO_2
200
int
main
()
{
int
a
=
ONE
+
TWO
;
// Break here
#undef
MACRO_2
#undef
FOUR
return
Simple
().
Method
();
}