|
|
1.1 root 1: /* The Plum Hall Validation Suite for C
2: * Unpublished copyright (c) 1986-1991, Chiron Systems Inc and Plum Hall Inc.
3: * VERSION: 4
4: * DATE: 1993-01-01
5: * The "ANSI" mode of this suite corresponds to official ANSI C, X3.159-1989.
6: * As per your license agreement, your distribution is not to be moved or copied outside the Designated Site
7: * without specific permission from Plum Hall Inc.
8: */
9:
10:
11: #include "flags.h"
12: #ifndef SKIP42
13: #define LIB_TEST 1
14: #include "defs.h"
15: #if ANSI
16: /* this definition should make the assertion disappear */
17: #define NDEBUG
18: #include <assert.h>
19: void d4_2_1b()
20: {
21: int i = ivalue(1);
22: assert(i != 1);
23: }
24: #endif
25:
26: #endif /* SKIP42 */
27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.