xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/counter1.c (revision 20a7641f9918de8574b8b3b47dbe35c4bfc78df1)
1 __COUNTER__
2 __COUNTER__
3 /*
4  * check-name: __COUNTER__ #1
5  * check-command: sparse -E $file
6  *
7  * check-output-start
8 
9 0
10 1
11  * check-output-end
12  */
13