mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-23 04:09:53 -05:00
9 lines
65 B
Java
9 lines
65 B
Java
// Simple compiler test.
|
|
|
|
public class Semi
|
|
{
|
|
Semi () { };
|
|
}
|
|
|
|
|