repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Modules
/
update-exception-spec.cpp
blob
f678f6e76ecc24ff644719ee37605d0f28462c00
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s
3
#include
"a.h"
4
void
use
(
B
*
p
);
5
#include
"c.h"
6
void
use
(
B
*
p
) {
g
(
p
); }