summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-03-26-ZeroWidthBitfield.c
blob: 89bfb8e1cb09a9a286455b6dd7392bfb82b06f04 (plain)
1
2
// RUN: %llvmgcc %s -S -o -
struct Z { int :0; } z;