summaryrefslogtreecommitdiffstats
path: root/test/Parser/if-scope-c90.c
blob: c372f0fc4f4d3fdbe20191e414ac97b955fc294f (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