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