Home | History | Annotate | Download | only in FrontendC
      1 // RUN: %llvmgcc %s -S -o -
      2 struct W {};
      3 struct Y {
      4   struct W w;
      5   int i:1;
      6 } __attribute__ ((packed)) y;
      7