view test/runtime/6929067/T.java @ 17095:174f78c24747

Truffle: simplify byte section tests.
author Chris Seaton <chris.seaton@oracle.com>
date Wed, 10 Sep 2014 21:38:26 +0100
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");
  }
}