rt_gccstream/gcc/testsuite/gcc.dg/typedef-redecl.h

8 lines
233 B
C

/* 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;