9 lines
65 B
Java
Raw Normal View History

1999-04-07 14:42:40 +00:00
// Simple compiler test.
public class Semi
{
Semi () { };
}