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

BEGIN_TEST(int)
{
    unsigned char s[] = "Tim is sorry at the playa\n";

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