view test/runtime/6929067/T.java @ 10882:6a2d65cb5d7d

fix: gpu_ptx.cpp did not compile on windows
author Christian Wirth <christian.wirth@oracle.com>
date Fri, 26 Jul 2013 11:22:13 +0200
parents 3b3d12e645e7
children
line wrap: on
line source

public class T
{
  public static boolean foo(boolean bar)
  {
    return bar;
  }

  public static void printIt()
  {
    System.out.println("Hello");
  }
}