blob: 377cbc739c2d80b6b7559ad27662345a3ae314be [file] [log] [blame]
extern void old() __attribute__((deprecated));
static void warnings3() {
old();
}