aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/crash-ptrlist.c
blob: 8e9b5cb5fa962b40ea91901f0df421e31dbef720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
a;
char b;
c() {
  while () {
    int *d;
    while () {
      char *e = &b;
      if (a ?: (*d = f || *0) || g) {
        if
          ;
      } else {
        int h = 0;
        if (j) {
          char **i = &e;
          if (0 ? 0 : 0 ?: (**i = 1 || 0 && 0))             h ?: (*e = i && &h

/*
 * check-name: crash ptrlist
 * check-command: test-linearize $file
 *
 * check-error-ignore
 * check-output-ignore
 */