aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/cast_U32_S64.c
blob: 6f9cd0599803675cf188a42ad0acf3993a434c8f (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned int)
{
    c = (long long) a;
}
END_TEST32()