ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr17689a.c
CommitLineData
d5597ebc
L
1#include <stdio.h>
2
3char *bar = "PASS";
4extern char *bar_alias __attribute__ ((weak, alias ("bar")));
5
6void
7foo (char *x)
8{
9 printf ("%s\n", x);
10}
This page took 0.223227 seconds and 4 git commands to generate.