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

📄 weak-1.m

📁 linux下编程用 编译软件
💻 M
字号:
/* Test for #pragma weak where the weak alias symbol isn't declared,   although the symbol it is an alias for is defined in the   translation unit.  Bug 7544.  *//* Origin: Joseph Myers <joseph@codesourcery.com> *//* { dg-do compile } *//* { dg-require-weak "" } *//* { dg-require-alias "" } *//* { dg-options "-fno-common" } *//* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?bar1" } } */#pragma weak bar1 = foo1void foo1 (void) {}

⌨️ 快捷键说明

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