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

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

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