blob: 01a3be7b9e4cf971332de1798787923cfb303df9 [file] [log] [blame]
// RUN: clang -verify -fsyntax-only -std=c90 %s &&
// RUN: clang -verify -fsyntax-only -std=c99 %s
struct s
{
int a;
};
int a[__builtin_offsetof(struct s, a) == 0];