Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
update-exception-spec.cpp
blob: f678f6e76ecc24ff644719ee37605d0f28462c00 [
file
] [
log
] [
blame
]
// 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
);
}