remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
blob89bfb8e1cb09a9a286455b6dd7392bfb82b06f04
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;