2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr43116.C
blobf0d9d01e4a86e61adf521998fef9214b3e131259
1 /* { dg-do compile } */
2 extern "C" int rpl_open (const char *filename, int flags, ...) __attribute__
3 ((__nonnull__ (1)));
5 namespace gnulib
7     int (*const open) (const char *filename, int flags, ...) __attribute__
8         ((__nonnull__ (1))) = rpl_open;