blob: e55cfba0c5898c79b534bfa685e71a8e434109c7 [file] [log] [blame]
Douglas Gregor02668982010-03-24 20:42:51 +00001// RUN: %clang_cc1 -Wno-gnu-designator -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Carl Norume224ba72011-03-07 22:57:45 +00003struct { int x, y, z[12]; } value = { x:17, .z [3 ... 5] = 7 };