aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/bitfield-init.c
blob: 6e89e1185a4d3297fff39a2737a44e7347cdc42e (plain)
1
2
3
4
// RUN: clang %s -emit-llvm 
typedef struct { unsigned int i: 1; } c;
const c d = { 1 };