1RUN: llvm-nm -f sysv %p/Inputs/hello.obj.elf-x86_64 | FileCheck %s --strict-whitespace 2 3CHECK: Name Value Class Type Size Line Section 4CHECK: main |0000000000000000| T | FUNC|0000000000000015| |.text 5CHECK: puts | | U | NOTYPE| | |*UND* 6