final class Foo {
}

<<__EntryPoint>>
function main(): void {
    new Foo();
}