原始内容
高亮显示
复制内容
// RUN: rm -rf %t // RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s #include "a.h" void use(B *p); #include "c.h" void use(B *p) { g(p); }
您还没有登录,登录后您可以:
首次使用?从这里 注册