aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/individual/lbs.c
blob: 22a506323bc5f8791c5375e869c6d02a9e17b30a (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_TEST32()