summaryrefslogtreecommitdiff
path: root/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c
blob: 74203c5b1e78260d88bb7ee3ffa1294b335ad137 (plain)
1
2
3
4
// RUN: clang -emit-llvm %s -o %t

int array[] = {1, 2, 3, 4, 5};