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

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