1*67e74705SXin Li // RUN: %clang_cc1 -emit-llvm %s -o %t 2*67e74705SXin Li 3*67e74705SXin Li int array[] = {1, 2, 3, 4, 5}; 4*67e74705SXin Li 5