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

📄 arm1.c

📁 linux下编程用 编译软件
💻 C
字号:
// { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } }// { dg-options "-fvisibility=hidden" }// Most class data should be exported.// { dg-final { scan-not-hidden "_ZTV1S" } }// { dg-final { scan-not-hidden "_ZTI1S" } }// { dg-final { scan-not-hidden "_ZTS1S" } }// { dg-final { scan-not-hidden "_ZTV1U" } }// { dg-final { scan-not-hidden "_ZTT1U" } }// { dg-final { scan-not-hidden "_ZTI1U" } }// { dg-final { scan-not-hidden "_ZTS1U" } }// The construction vtable should be hidden.// { dg-final { scan-hidden "_ZTC1U0_1T" } }struct S {  virtual void f();};void S::f() {}struct T : public virtual S {  virtual void g();};struct U : public virtual T {  virtual void h();};void U::h() {}

⌨️ 快捷键说明

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