m68k: tag floating-point ABI used
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-2.c
CommitLineData
1cf48f48
L
1#include <stdio.h>
2
3extern int bar_size;
4extern char *get_bar (int, int);
5
6int
7main ()
8{
9 char *bar = get_bar (2, 20);
10 if (bar_size == 10 && bar[2] == 20)
11 printf ("OK\n");
12
13 return 0;
14}
This page took 0.335061 seconds and 4 git commands to generate.