"DEFINES_FUNC", NULL, NULL,
"static int __attribute__((const)) func(int x) { return x; }" },
{ "HAVE_ATTRIBUTE_DEPRECATED", "__attribute__((deprecated)) support",
- "DEFINES_FUNC", NULL, NULL,
- "static int __attribute__((deprecated)) func(int x) { return x; }" },
+ "OUTSIDE_MAIN", NULL, NULL,
+ "int __attribute__((deprecated)) depr(int x);" },
{ "HAVE_ATTRIBUTE_NONNULL", "__attribute__((nonnull)) support",
"DEFINES_FUNC", NULL, NULL,
"static char *__attribute__((nonnull)) func(char *p) { return p; }" },