struct vj {};

void
setjmp (struct vj pl)
{
  setjmp (pl);
}
