Sign in
chromium
/
native_client
/
pnacl-clang
/
merge_37
/
.
/
test
/
Modules
/
update-exception-spec.cpp
blob: bccdddc9c09b51c76f2f119ee06e35d1f78dafa2 [
file
] [
log
] [
blame
]
// RUN: rm -rf %t
// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -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
);
}