1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors" } */
3 #include "pr36901-system.h"
foo(void)4 void foo(void)
5 {
6   int s = sc;
7 }
8