aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2007-04-17-ZeroSizeBitFields.c
blob: 66a35865beccbf1af4bc45c2ac975f393d1a2bca (plain)
1
2
3
4
; PR 1332
; RUN: %llvmgcc %s -S -o /dev/null

struct Z { int a:1; int :0; int c:1; } z;