blob: f397657f8f9fca23eaffa77512fb1a9b43dddafc [file] [log] [blame]
Daniel Dunbar2d6ca8d2008-08-21 02:51:29 +00001// RUN: clang -emit-llvm %s -o %t
Christopher Lambce39faa2007-12-02 08:49:54 +00002
3int ary[2] = { 1, 2, 3 };