diff options
Diffstat (limited to 'deps/Unity/test/testdata/CException.h')
-rw-r--r-- | deps/Unity/test/testdata/CException.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/Unity/test/testdata/CException.h b/deps/Unity/test/testdata/CException.h new file mode 100644 index 0000000..3872fa7 --- /dev/null +++ b/deps/Unity/test/testdata/CException.h @@ -0,0 +1,11 @@ +#ifndef CEXCEPTION_H +#define CEXCEPTION_H + +#define CEXCEPTION_BEING_USED 1 + +#define CEXCEPTION_NONE 0 +#define CEXCEPTION_T int e = 1; (void) +#define Try if (e) +#define Catch(a) if (!a) + +#endif |