1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o - 2*f4a2713aSLionel Sambuc struct W {}; 3*f4a2713aSLionel Sambuc struct Y { 4*f4a2713aSLionel Sambuc struct W w; 5*f4a2713aSLionel Sambuc int i:1; 6*f4a2713aSLionel Sambuc } __attribute__ ((packed)) y; 7