repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang] Don't needlessly instantiate distinct UNSIGNED cases for FINDLOC (#120471)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-08-20-vfork-bug.c
blob
4966ab20904d4b7a71e68d66d703ab5953868a3a
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
extern
int
vfork
(
void
);
4
void
test
() {
5
vfork
();
6
}