unplugged-system/external/google-fruit/configuration/bazel/gcc_attribute_deprecated.cpp

6 lines
66 B
C++
Raw Permalink Normal View History

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