aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr36901-2.c
blob: cee367d778dca2dc00d53d0673d592b1f30a3731 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -w" } */
#include "pr36901.h"
void foo(void)
{
  int s = sc;
}