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

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