index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
970214-2.c
blob: cb9007625dd2562dfe6cb284c06de8abe13fda5e (
plain
)
1
2
3
4
5
#define m(L) (L'1' + (L))
main
()
{
exit
(
m
(
0
)
!=
L
'1'
);
}