blob: 9b6a8690a336f0460ac60fd0dd955958b8b4c021 [file] [log] [blame]
// RUN: %llvmgcc %s -S -o -
struct W {};
struct Y {
struct W w;
int i:1;
} __attribute__ ((packed)) y;