blob: f678f6e76ecc24ff644719ee37605d0f28462c00 [file] [log] [blame]
Richard Smith9e2341d2015-03-23 03:25:59 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s
Richard Smith9e2341d2015-03-23 03:25:59 +00003#include "a.h"
4void use(B *p);
5#include "c.h"
6void use(B *p) { g(p); }