summaryrefslogtreecommitdiff
path: root/tryvfork.c
blob: 21387e49e5b6bec03bafaa1b77cc5f432b18ff99 (plain)
1
2
3
4
void main()
{
  vfork();
}