repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wbuiltin_declaration_mismatch-1.C
blob
713073cb421c615cc4208e3ccb695f71d492993f
1
// PR c++/82466
2
// { dg-options "-Wbuiltin-declaration-mismatch" }
3
4
namespace N
5
{
6
int printf;
7
}