forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
5 lines
No EOL
172 B
C++
5 lines
No EOL
172 B
C++
#define BAD1 -1
|
|
#define BAD2 1+2
|
|
#define BAD3(A) (A+1)
|
|
#define BAD4(x) ((unsigned char)(x & 0xff))
|
|
#define BAD5(X) A*B=(C*)X+2 |