blob: ac6db4672e1a7bfd6c8dc8e35150615c2345bb97 [file] [log] [blame]
extern int vfork(void);
test() {
vfork();
}