summaryrefslogtreecommitdiffstats
path: root/test/Parser/if-scope-c90.c
blob: 53987dccbc37f9e9657fc9984aba72798da6f900 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -fsyntax-only -verify --std=c90 %s

int f (int z)
{ 
  if (z > (int) sizeof (enum {a, b}))
      return a;
   return b;
} 
OpenPOWER on IntegriCloud