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++.old-deja
/
g++.pt
/
t36.C
blob: b6bfe0d126c44ea10e261186af9d0f5e7ad4881c (
plain
)
1
2
3
4
5
6
// { dg-do assemble }
void
*
foo
()
{
typedef
int
*
ip
;
return
new
ip
;
}