aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2007-11-29-ArraySizeFromInitializer.c
blob: 6c53ff0c6fa1b7916871733131f76d8e71a10ce7 (plain)
1
2
3
4
// RUN: clang -emit-llvm %s

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