extern int vfork(void);
test() {
  vfork();
}