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