summaryrefslogtreecommitdiffstats
path: root/test/Sema/unnamed-bitfield-init.c
blob: 249f06e07d9494c9132cf327348adffc5e691126 (plain)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only -verify %s
typedef struct {
        int a; int : 24; char b;
} S;

S a = { 1, 2 };
OpenPOWER on IntegriCloud