make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
blob89bfb8e1cb09a9a286455b6dd7392bfb82b06f04
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;