2007-11-29-ArraySizeFromInitializer.c   [plain text]


// RUN: %clang_cc1 -emit-llvm %s -o %t

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