llvm-project/clang/test/CodeGen/trunc-array-initializer.c

4 lines
55 B
C

// RUN: clang -emit-llvm %s
int ary[2] = { 1, 2, 3 };