blob: 2bfcf0304742f96604730b78fa57e98b99845910 [file] [log] [blame]
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\\.
*/