Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
blob89bfb8e1cb09a9a286455b6dd7392bfb82b06f04
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;