Import dot-forward 0.71
[dot-forward] / tryvfork.c
1 void main()
2 {
3 vfork();
4 }