aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/load-converted.c
blob: 91e04af4f627837db07007b9f8952eba1d87c89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static int foo(int *p, int i)
{
	int a = p[i];
	int b = p[i];
	return (a - b);
}

/*
 * check-name: load-converted
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: add\\.
 */