2008-03-21 Janne Blomqvist <jb@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pthread-init-1.c
blob2f78844fe1fe787e4c311b5f1b6efff443a34f49
1 /* Ensure we get clean warning results when using the pthread
2 * initialization macros.
4 * Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006.
5 */
7 /* { dg-do compile } */
8 /* { dg-require-effective-target pthread_h } */
9 /* { dg-options "-Wextra -Wall" } */
11 #include "pthread-init-common.h"