mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
5 lines
46 B
C
5 lines
46 B
C
|
extern int vfork(void);
|
||
|
test() {
|
||
|
vfork();
|
||
|
}
|