aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pthread-init-1.c
blob: 9cf4fa3d35b896544a83ba11e5670602836e8f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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-options "-Wextra -Wall" } */

#include "pthread-init-common.h"