aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_SHORT.c
blob: 44cb7e371fb28f5f2e96f0e3b8f49826c2ecab66 (plain)
1
2
3
4
5
short short_(short a, short b, short c, signed short d, short e)
{
    short f = e;
    return f;
}