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

short ueq(unsigned short x)
{
	return (int) x;
}

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