aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/stsud.c
blob: 81fb6e6d6b5cb9106226d0a14b49cc1f163f650a (plain)
1
2
3
4
5
6
7
#include "framework.h"

BEGIN_TEST(unsigned long long)
{
    c = __builtin_k1_stsud(a, b);
}
END_TEST()