PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / typedef-redecl.h
blob9fa7da05db08cbb641352cea31451ddeb120daa5
1 /* Redeclaration of typedef (invalid but accepted in system headers)
2 causes ICE; PR 13656. Test case by Richard Sandiford <rsandifo@redhat.com>,
3 reduced from glibc. */
5 #pragma GCC system_header
6 typedef int x;
7 typedef int x;