freebsd-dev/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c
2010-01-01 10:34:51 +00:00

5 lines
72 B
C

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