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

BEGIN_TEST(int)
{
    char s[] = "Tome and Cherry at the playa\n";

    c = s[(a & (sizeof(s)-1))];
}
END_TEST()