blob: 50a193859457d071d0085f1521b90ed10f785e54 [file] [log] [blame]
extern void old() __attribute__((deprecated));
static void warnings9() {
old();
}