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

BEGIN_TEST_N(unsigned long long, 1)
{
    c = __builtin_k1_ctzw(t[0]);
}
END_TEST()