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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2006-01-13-Includes.c
blob
39e0df68c3b739d1b7aa2943b64db1b2e9902519
1
// RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s
2
// PR676
3
4
int
printf
(
const char
*
restrict format
, ...);
5
6
void
test
(
void
) {
7
printf
(
"Hello World
\n
"
);
8
}
9
10
// CHECK: test{{[\\/]}}CodeGen