extern void banned() __attribute__((deprecated("This function is problematic"))); #define strcpy(...) strcpy(__VA_ARGS__); banned;
test.c:11:3: warning: 'banned' is deprecated: This function is problematic [-Wdeprecated-declarations] strcpy(x, y);