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

4 lines
61 B
C

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