class a {
    // Change "FAIL" to "PASS"
    public proc create() { "FAIL\nType #quit\n"; }
}
#message("Type \"#edit a\", then \"new a()\n")