Fix cached_frame allocation in py-unwind
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19031c.c
CommitLineData
4b627c18
L
1#include <stdio.h>
2
3extern void *h (void);
4extern void *g (void);
5
6int
7main (void)
8{
9
10 if (h () == g ())
11 printf ("OK\n");
12
13 return 0;
14}
This page took 0.103259 seconds and 4 git commands to generate.