view test/runtime/6929067/T.java @ 15142:c92546febda6

Add simple JTT loop test
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 14 Apr 2014 15:08:36 +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");
  }
}