aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/crash-ep-active.c
blob: 6945f320b98c629de075bfd4725f5d02a9c3d97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
int a(int b)
{
        return 0( && b;
}

/*
 * check-name: crash ep->active
 * check-command: test-linearize $file
 *
 * check-error-ignore
 * check-output-ignore
 */