repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement bswap
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-08-20-vfork-bug.c
blob
575bfd6c194b9e3f28084f4427c7e18aaf2a6650
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
extern
int
vfork
(
void
);
4
test
() {
5
vfork
();
6
}