repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git]
/
test
/
FrontendC
/
2003-08-20-vfork-bug.c
blob
cfe316162ad3d2eb97f69b149e3f405bee12db4b
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
extern
int
vfork
(
void
);
4
test
() {
5
vfork
();
6
}