Semi.java 65 Bytes
Newer Older
Tom Tromey committed
1 2 3 4 5 6 7 8
// Simple compiler test.

public class Semi
{
  Semi () { };
}