summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pthread-init-1.c
blob: 2f78844fe1fe787e4c311b5f1b6efff443a34f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Ensure we get clean warning results when using the pthread
 * initialization macros.
 *
 * Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006.
 */

/* { dg-do compile } */
/* { dg-require-effective-target pthread_h } */
/* { dg-options "-Wextra -Wall" } */

#include "pthread-init-common.h"