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

