/**
 * @test
 */
public class Test {
    public static void main(String... args) {
        throw new Error("abc\ndef   ghi");
    }
}
