]> Git Repo - binutils.git/blob - libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c
Automatic date update in version.in
[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.024206 seconds and 4 git commands to generate.