blob: d2c4a65c7a0af65877da169dfa3a80ed5f5ffa59 [file] [log] [blame]
extern void old() __attribute__((deprecated));
static void warnings5() {
old();
}