aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/typedef-redecl.h
blob: 9fa7da05db08cbb641352cea31451ddeb120daa5 (plain)
1
2
3
4
5
6
7
/* Redeclaration of typedef (invalid but accepted in system headers)
   causes ICE; PR 13656.  Test case by Richard Sandiford <rsandifo@redhat.com>,
   reduced from glibc.  */

#pragma GCC system_header
typedef int x;
typedef int x;