void f() __attribute__((deprecated));

int main() {
  return 0;
}
