This website requires JavaScript.
Explore
Help
Sign In
git
/
gcc
mirror of
git://gcc.gnu.org/git/gcc.git
Watch
1
Star
0
Fork
You've already forked gcc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8294b6fe4d
gcc
/
libmudflap
/
testsuite
/
libmudflap.c++
/
pass60-frag.cxx
14 lines
80 B
C++
Raw
Blame
History
// PR 26442
struct
A
{
A
(
)
;
}
;
int
main
(
)
{
if
(
0
)
A
(
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink