1;This isn't really an assembly file, its just here to run the test.
2;This test just makes sure that llvm-ar can generate a table of contents for
3;xpg4 style archives
4;RUN: llvm-ar t %p/xpg4.a | FileCheck %s
5CHECK:      evenlen
6CHECK-NEXT: oddlen
7CHECK-NEXT: very_long_bytecode_file_name.bc
8CHECK-NEXT: IsNAN.o
9