blob: 74203c5b1e78260d88bb7ee3ffa1294b335ad137 [file] [log] [blame]
Daniel Dunbar2d6ca8d2008-08-21 02:51:29 +00001// RUN: clang -emit-llvm %s -o %t
Christopher Lambe86e9ce2007-12-02 07:47:19 +00002
3int array[] = {1, 2, 3, 4, 5};
4