7 lines
98 B
C
7 lines
98 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
|
|
|
|
extern int vfork(void);
|
|
test() {
|
|
vfork();
|
|
}
|