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