brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 1549b72 Raw
10 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o %t2 3struct test {4  unsigned a:1;5  unsigned b:1;6};7 8struct test *t;9 10