repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
builtin4.C
blob
7d6c473dc8459ea1faf7a3dd075d4646019d3146
1
// Verify that builtin is used when declared in global namespace
2
3
// { dg-do compile }
4
// { dg-options "-Wall" }
5
6
extern "C" int printf(const char*,...);
7
8
void foo() {
9
printf("%d"); // { dg-warning "too few arguments" }
10
}