OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr36901-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -w" } */
3 #include "pr36901.h"
4 void foo(void)
5 {
6   int s = sc;
7 }