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
/
libmudflap
/
testsuite
/
libmudflap.c++
/
pass60-frag.cxx
blob: 35989d122b1318d69ca476a47025a0f2239f8a3d (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
13
// PR 26442
struct
A
{
A
();
};
int
main
()
{
if
(
0
)
A
();
return
0
;
}