aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/lbz.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/lbz.c')
-rw-r--r--test/mppa/general/lbz.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/mppa/general/lbz.c b/test/mppa/general/lbz.c
new file mode 100644
index 00000000..ca4e076f
--- /dev/null
+++ b/test/mppa/general/lbz.c
@@ -0,0 +1,5 @@
+int main(void){
+ unsigned char s[] = "Tom and Jerry at the playa\n";
+ int a = s[10];
+ return a;
+}