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
/
g++.dg
/
init
/
null1.C
blob: eff3f6109689d72dfb82db1ddfa3e4e169561661 (
plain
)
1
2
3
4
5
6
// PR c++/16489
const
int
NULL
=
0
;
int
main
()
{
double
*
p
=
NULL
;
}