mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
6 lines
94 B
C
6 lines
94 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
|
|
extern int vfork(void);
|
|
test() {
|
|
vfork();
|
|
}
|