freebsd-skq/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c
2009-06-02 17:58:47 +00:00

5 lines
70 B
C

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