1f08c3bdfSopenharmony_ci#include "repeat.h"
2f08c3bdfSopenharmony_ci
3f08c3bdfSopenharmony_ci#define	PAT(X)	int a##X = X;
4f08c3bdfSopenharmony_cistatic void foo(void)
5f08c3bdfSopenharmony_ci{
6f08c3bdfSopenharmony_ci	REPEAT2(12, PAT)
7f08c3bdfSopenharmony_ci}
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci/*
10f08c3bdfSopenharmony_ci * check-name: quadratic vars
11f08c3bdfSopenharmony_ci * check-command: test-linearize -I. $file
12f08c3bdfSopenharmony_ci * check-timeout:
13f08c3bdfSopenharmony_ci *
14f08c3bdfSopenharmony_ci * check-output-ignore
15f08c3bdfSopenharmony_ci * check-output-excludes: phi\\.
16f08c3bdfSopenharmony_ci * check-output-excludes: phisrc\\.
17f08c3bdfSopenharmony_ci * check-output-excludes: store\\.
18f08c3bdfSopenharmony_ci */
19