brintos

brintos / llvm-project-archived public Read only

0
0
Text · 127 B · 5d06e5d Raw
11 lines · c
1// RUN: %clang_cc1 -emit-llvm -o - %s2// PR26433 4void foo(void) {5  struct {6    int a : 1;7    int b : 1;8  } entry = {0};9}10 11