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