repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
widechar-1.c
blob
45b9d89b4b46c0bd9d6bd609de3cbcfd6b74c0f9
1
#define C L
'
\400
'
2
3
#if C
4
#define zero (!C)
5
#else
6
#define zero C
7
#endif
8
9
main
()
10
{
11
if
(
zero
!=
0
)
12
abort
();
13
exit
(
0
);
14
}