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

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