repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendC++
/
2008-01-11-BadWarning.cpp
blob
43f6a7173b0a7e6654c057ff5a55374fe5416e0d
1
// RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning
2
// rdar://5683899
3
void
**
f
(
void
**
Buckets
,
unsigned
NumBuckets
) {
4
return
Buckets
+
NumBuckets
;
5
}
6