OSDN Git Service

Fix PR40886.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr36901-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors" } */
3 #include "pr36901-system.h"
4 void foo(void)
5 {
6   int s = sc;
7 }