diff options
Diffstat (limited to 'clang/test/Modules/Inputs/update-exception-spec/a.h')
-rw-r--r-- | clang/test/Modules/Inputs/update-exception-spec/a.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Modules/Inputs/update-exception-spec/a.h b/clang/test/Modules/Inputs/update-exception-spec/a.h index 078ebf9aecf..e69de29bb2d 100644 --- a/clang/test/Modules/Inputs/update-exception-spec/a.h +++ b/clang/test/Modules/Inputs/update-exception-spec/a.h @@ -1,2 +0,0 @@ -struct A { ~A() throw(int); }; -struct B { A a; }; |