Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040909-1.c
blob8bbf90191b4224d85b66e437303ac703901ce311
1 static __inline__ int
2 one_utf8_to_utf16 () { }
4 static __inline__ unsigned char
5 conversion_loop (int (*const one_conversion)())
7 return one_conversion ();
9 static unsigned char
10 convert_utf8_utf16 ()
12 return conversion_loop (one_utf8_to_utf16);