When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
blob89bfb8e1cb09a9a286455b6dd7392bfb82b06f04
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;