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 */