aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/test/testdata/CException.h
blob: 91ad3e1bf22ff15b6b03faa896bb8ecc8f9e166d (plain)
1
2
3
4
5
6
7
8
9
10
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 //CEXCEPTION_H