Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2007-05-16-EmptyStruct.c
1 // PR 1417
2
3 // RUN: %llvmgcc -xc  %s -c -o - | llvm-dis | grep "struct.anon = type \{  \}"
4
5 struct { } *X;