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

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