xref: /illumos-gate/usr/src/tools/smatch/src/validation/crash-ep-active.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
1 int a(int b)
2 {
3         return 0( && b;
4 }
5 
6 /*
7  * check-name: crash ep->active
8  * check-command: test-linearize $file
9  *
10  * check-error-ignore
11  * check-output-ignore
12  */
13