Erroneously added to the repository
This commit is contained in:
parent
24d899f270
commit
7c6a2d87ad
31
tests/if.o
31
tests/if.o
|
@ -1,31 +0,0 @@
|
|||
#if 0
|
||||
#warning PASS
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#warning PASS
|
||||
#else
|
||||
|
||||
#define GOOD 1
|
||||
#if GOOD
|
||||
#warning PASS
|
||||
#else
|
||||
#undef GOOD
|
||||
|
||||
#define GOOD 0
|
||||
#if !GOOD
|
||||
#warning PASS
|
||||
#else
|
||||
#undef GOOD
|
||||
|
||||
#define GOOD 1
|
||||
#if 0
|
||||
#warning PASS
|
||||
#endif
|
||||
#undef GOOD
|
||||
|
||||
#define GOOD 0
|
||||
#if 0
|
||||
#warning PASS
|
||||
#endif
|
||||
#undef GOOD
|
Loading…
Reference in New Issue
Block a user