repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hppa: Fix decrement_and_branch_until_zero constraint
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
cpp
/
embed-5.c
blob
0b9a96ba94f3db76f7cedc1473b020f04330b34f
1
/* { dg-do preprocess } */
2
/* { dg-options "" } */
3
4
#undef FOOBAR
5
#embed __FILE__ prefix (#include <non-existent-file.h>) suffix (#define FOOBAR baz) if_empty (#error
"abcd"
)
6
#embed __FILE__ __prefix__(#define FOOBAR baz)
7
#ifdef FOOBAR
8
#error
"FOOBAR is defined"
9
#endif