aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/offsetof1.C
blob: 1051cd28cfeb8bc2701bb10661eb9143df5f9129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// { dg-do compile }

// Copyright (C) 2002 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 14 Aug 2002 <nathan@codesourcery.com>

// PR c++ 7598, offsetof broke

struct F
{
  char i;
  char j;
};

static int ary[((unsigned) &((struct F *)0)->j)];