]> Git Repo - binutils.git/blob - libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c
libctf: fix linking together multiple objects derived from the same source
[binutils.git] / libctf / testsuite / libctf-regression / libctf-repeat-cu-lib.c
1 #ifdef INT
2 typedef int ret_t;
3 #elif CHAR
4 typedef char *ret_t;
5 #else
6 typedef short *ret_t;
7 #endif
8
9 ret_t FUN (void) { return 0; }
This page took 0.028518 seconds and 4 git commands to generate.