Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
clang
/
test
/
Modules
/
Inputs
/
update-exception-spec
/
c.h
blob: 067dbb650556b1f7cdf9f01c946dc201b5e49921 [
file
] [
log
] [
blame
]
Richard Smith
9e2341d
2015-03-23 03:25:59 +0000
[
diff
] [
blame
]
1
#include
"a.h"
2
#include
"b.h"
3
inline
void
g
(
B
*
p
)
{
p
->~
B
();
}