blob: 2785e5189d9bd564c58ee26ce20a719cb5a502ac [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3 char auto_kibitz_list[100][20] = {
4 {"diepx"},
5 {"ferret"},
6 {"knightc"},
7 {"knightcap"}};
8