xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/counter1.c (revision 6a8fa7ea16d9870b21c82af67a2053cb47ed1fb4)
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