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

BEGIN_TEST(int)
{
    int k;
    for (k = 0 ; k < (b & 0x8) ; k++)
        c += a;
}
END_TEST32()