android13/external/google-fruit/configuration/bazel/gcc_attribute_deprecated.cpp

6 lines
66 B
C++

void f() __attribute__((deprecated));
int main() {
return 0;
}