blob: 9b6a8690a336f0460ac60fd0dd955958b8b4c021 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc %s -S -o -
2struct W {};
3struct Y {
4 struct W w;
5 int i:1;
6} __attribute__ ((packed)) y;