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