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

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