aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/ext-trunc-greater.c
blob: b682fc5debc2f13f4b64cbba828725c621c637aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
short sgt(char x)
{
	return (int) x;
}

short ugt(unsigned char x)
{
	return (int) x;
}

/*
 * check-name: ext-trunc-greater
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-excludes: trunc\\.
 */