blob: 5de1f76526e59e08a9317dfa91d56f25912d2c50 [file] [log] [blame]
extern void old() __attribute__((deprecated));
static void warnings2() {
old();
}