blob: b307359b0fc9d8b817d963e6dc62f2e64ae58a49 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3 char auto_kibitz_list[100][20] = {
4 {"diepx"},
5 {"ferret"},
6 {"knightc"},
7 {"knightcap"}};
8