mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Candidate release of source code.
This commit is contained in:
parent
db81e6b3b0
commit
79d8f164f8
12449 changed files with 2800756 additions and 16 deletions
|
@ -0,0 +1,35 @@
|
|||
z_complex.input###1#@define FOO foo
|
||||
#@define BAR bar
|
||||
#@define BAZ baz
|
||||
#@define GAMMA
|
||||
#@define V4 "undef FAILED"
|
||||
|
||||
#@ifdef FOO
|
||||
#@ifndef BAR
|
||||
#@define V1 "ifndef"
|
||||
#@define V2 "failed"
|
||||
#@define V3 "bar"
|
||||
#@else
|
||||
#@if BAZ == "baz"
|
||||
#@define V1 "everything"
|
||||
#@define V2 "worked"
|
||||
#@define V3 "OK"
|
||||
#@undef GAMMA
|
||||
#@else
|
||||
#@define V1 "if"
|
||||
#@define V2 "failed"
|
||||
#@define V3 "baz"
|
||||
#@endif
|
||||
#@endif
|
||||
#@else
|
||||
#@define V1 "ifdef"
|
||||
#@define V2 "failed"
|
||||
#@define V3 "foo"
|
||||
#@endif
|
||||
|
||||
#@ifndef GAMMA
|
||||
#@define V4 "undef OK"
|
||||
#@endif
|
||||
|
||||
$(V1)everything $(V2)worked $(V3)OK $(V4)undef OK
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue