Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081120-1_1.C
blobe7e24a58b760802d01ac87fd8baccf3d72a2dc55
1 extern "C"
3  extern __inline __attribute__((__gnu_inline__)) int pthread_equal(int, int)
4  {
5  }
7 static __typeof(pthread_equal)
8     __gthrw_pthread_equal __attribute__((__weakref__("pthread_equal")));