URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040909-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
static __inline__ int one_utf8_to_utf16 () { } static __inline__ unsigned char conversion_loop (int (*const one_conversion)()) { return one_conversion (); } static unsigned char convert_utf8_utf16 () { return conversion_loop (one_utf8_to_utf16); }
Go to most recent revision | Compare with Previous | Blame | View Log