source: branches/libc-0.6/src/gcc/libjava/testsuite/libjava.lang/PR6520.java@ 3103

Last change on this file since 3103 was 1389, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 225 bytes
Line 
1public class PR6520
2{
3 public static void check (double x, double y)
4 {
5 System.out.println (x == y);
6 }
7
8 public static void main(String[] args)
9 {
10 check (Math.min (2.0f, Float.NaN), Float.NaN);
11 }
12 }
13
Note: See TracBrowser for help on using the repository browser.