

final class B {}

<<__EntryPoint>>
function foo(): void {
    new B();
}
