aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/trunc-array-initializer.c
blob: 6f4caf45881308b9bcc51ab8dc680362bf51c7c8 (plain)
1
2
3
// RUN: clang -emit-llvm %s

int ary[2] = { 1, 2, 3 };