+// Test that .debug_line is populated. TODO: This test should really be using
+// llvm-dwarfdump, but it cannot parse this particular object file. The content
+// of .debug_line was checked using GNU binutils:
+
+// $ objdump --dwarf=decodedline debug-line.o
+// [...]
+// File name Line number Starting address
+// foo.c 4 0
+// foo.c 5 0x4
+// foo.c 6 0x5