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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr43116.C
blob
f0d9d01e4a86e61adf521998fef9214b3e131259
1
/* { dg-do compile } */
2
extern "C" int rpl_open (const char *filename, int flags, ...) __attribute__
3
((__nonnull__ (1)));
4
5
namespace gnulib
6
{
7
int (*const open) (const char *filename, int flags, ...) __attribute__
8
((__nonnull__ (1))) = rpl_open;
9
}