repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.lang
/
PR29013.java
blob
942ba97bb8e2851c25dfefdea79d83bb09fd3647
1
public class
PR29013
{
2
public static int
result
() {
return
5
; }
3
4
public static void
computeResult
() {
result
(); }
5
6
public static void
main
(
String
[]
args
) {
7
computeResult
();
8
}
9
}