[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / 2011-03-02-UnionInitializer.c
blob3c112e0a47f0f01754e196f8b8cea76e70cafec1
1 // RUN: %clang_cc1 -emit-llvm %s -o -
2 union { int :3; double f; } u17_017 = {17.17};