[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / clang / test / CodeGen / 2003-03-03-DeferredType.c
bloba7a4ce38e635549b679318137ec43e5590f86452
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
6 struct foo A;
8 struct foo {
9 int x;
10 double D;