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

6 lines
53 B
C++

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