xref: /illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/quadra02.c (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
1 #include "repeat.h"
2 
3 #define	PAT(X)	int a##X = X;
4 static void foo(void)
5 {
6 	REPEAT2(12, PAT)
7 }
8 
9 /*
10  * check-name: quadratic vars
11  * check-command: test-linearize -I. $file
12  * check-timeout:
13  *
14  * check-output-ignore
15  * check-output-excludes: phi\\.
16  * check-output-excludes: phisrc\\.
17  * check-output-excludes: store\\.
18  */
19