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