aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/individual/forvarl.c
blob: c1fe90fd26886c8c485720d80c252920e2324667 (plain)
1
2
3
4
5
6
7
8
9
10
#include "framework.h"

BEGIN_TEST(long long int)
{
    int j;

    for (j = 0 ; j < (b & 0x8LL) ; j++)
        c += a;
}
END_TEST64()