make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2003-11-01-GlobalUnionInit.c
blob7cd707348ca362a3df5b96c8f8fffff60b677291
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 union bdflush_param {
4 struct { int x; } b_un;
5 int y[1];
6 } bdf_prm = {{30}};