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