summaryrefslogtreecommitdiffstats
path: root/test/Sema/PR2728.c
blob: 26c96fe625be91a1bbe6795b50f713466ca9f949 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc -verify -fsyntax-only -std=c90 %s &&
// RUN: clang-cc -verify -fsyntax-only -std=c99 %s

struct s
{
  int a;
};

int a[__builtin_offsetof(struct s, a) == 0];
OpenPOWER on IntegriCloud