ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since d653faf was 66812dd, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago |
convert tests to always print output (no empty .expect files)
|
-
Property mode
set to
100644
|
File size:
194 bytes
|
Line | |
---|
1 | int main() {
|
---|
2 | int i, j;
|
---|
3 | void *a = &i, *b = &j;
|
---|
4 |
|
---|
5 | if ( a == 0 ) {
|
---|
6 | abort();
|
---|
7 | }
|
---|
8 |
|
---|
9 | if ( a == b ) {
|
---|
10 | abort();
|
---|
11 | }
|
---|
12 |
|
---|
13 | if ( ! a ) {
|
---|
14 | abort();
|
---|
15 | }
|
---|
16 | printf( "done\n" ); // non-empty .expect file
|
---|
17 | }
|
---|
18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.