brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · 4d97c5a Raw
7 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 %std_cxx11- -fexceptions -fcxx-exceptions -Wno-dynamic-exception-spec -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s3#include "a.h"4void use(B *p);5#include "c.h"6void use(B *p) { g(p); }7