xref: /illumos-gate/usr/src/tools/smatch/src/validation/crash-ep-active.c (revision 1f5207b7604fb44407eb4342aff613f7c4508508)

a(int b)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