⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 darwin-20040812-1.c

📁 用于进行gcc测试
💻 C
字号:
/* Test dead code strip support.  *//* Contributed by Devang Patel  <dpatel@apple.com>  */ /* { dg-do compile { target *-*-darwin* } } */const char my_version_string[] __attribute__((__used__))  = "Do not remove this string\n";  static int __attribute__((__used__))      static_debug_routine(){   int i;   i = 42;} intmain (){   return 0;} /* { dg-final { scan-assembler ".no_dead_strip _my_version_string" } } *//* { dg-final { scan-assembler ".no_dead_strip _static_debug_routine" } } */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -