OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20050801-1.c
1 __inline void libc_name_p (void)
2 {
3   enum { A = 1 };
4 }
5 void nothrow_libfn_p (void)
6 {
7   libc_name_p ();
8 }