summaryrefslogtreecommitdiff
path: root/src/tryvfork.c
blob: b01d2f88ded13009ae06c5e93d0606f8dfc0e310 (plain)
1
2
3
4
int main()
{
  vfork();
}