blob: bccdddc9c09b51c76f2f119ee06e35d1f78dafa2 [file] [log] [blame]
Pirama Arumuga Nainar3ea9e332015-04-08 08:57:32 -07001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s
3#include "a.h"
4void use(B *p);
5#include "c.h"
6void use(B *p) { g(p); }