xref: /llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/system-header-throw.h (revision 6c2140943cbe257c85f7121349c5bca950a26e0d)
1*6c214094SStephane Moore #pragma clang system_header
2*6c214094SStephane Moore 
3*6c214094SStephane Moore #define SYS_THROW(e) @throw e
4*6c214094SStephane Moore 
5*6c214094SStephane Moore #define SYS_RAISE [NSException raise:@"example" format:@"fmt"]
6*6c214094SStephane Moore 
7