aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/mem2reg/quadra02.c
blob: 6475c7802c8dae44b35ee5948babc61a419a19cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "repeat.h"

#define	PAT(X)	int a##X = X;
static void foo(void)
{
	REPEAT2(12, PAT)
}

/*
 * check-name: quadratic vars
 * check-command: test-linearize -I. $file
 * check-timeout:
 *
 * check-output-ignore
 * check-output-excludes: phi\\.
 * check-output-excludes: phisrc\\.
 * check-output-excludes: store\\.
 */