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
917b04f492
gcc
/
libjava
/
testsuite
/
libjava.compile
/
pr174.java
16 lines
99 B
Java
Raw
Blame
History
class
A
{
}
public
class
pr174
{
public
pr174
(
)
{
A
a
=
new
A
(
)
;
}
class
A
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink