blob: e3b453117791173a7bff8ec23ce1219b172da4b5 [file] [log] [blame]
struct vj {
char buf[1];
};
void
setjmp (struct vj pl)
{
setjmp (pl);
}