1*8fbe78f6SDaniel Dunbar // RUN: %clang_cc1 -emit-llvm %s -o %t 239aeb406SChristopher Lamb 339aeb406SChristopher Lamb int array[] = {1, 2, 3, 4, 5}; 439aeb406SChristopher Lamb 5