(root)/
binutils-2.41/
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; }