[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / 2003-11-01-GlobalUnionInit.c
blob8290379494b6c69f79513084cc460cba470830a3
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 union bdflush_param {
4 struct { int x; } b_un;
5 int y[1];
6 } bdf_prm = {{30}};