Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 %s -emit-llvm -o %t
      2 
      3 struct test {
      4   unsigned a:1;
      5   unsigned b:1;
      6 };
      7 
      8 struct test *t;
      9 
     10