blob: 6d0bf5fc606fdeaa5e72c79c9bdea44eb1212085 [file] [log] [blame]
void f() __attribute__((deprecated));
int main() {
return 0;
}