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

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