• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 __declspec(deprecated) void f();
2 
main()3 int main() {
4   return 0;
5 }
6