12 // RUN: rm -rf %t && mkdir -p %t
14 // RUN: cp %p/Inputs/print_context.o %t
16 // RUN: llvm-symbolizer --obj=%t/print_context.o 0x0 --print-source-context-lines=5 | FileCheck %s
18 // Inputs/print_context.o built with plain -g -c from this source file
19 // Specifying -Xclang -fdebug-compilation-dir -Xclang . to make the debug info
20 // location independent.
23 // CHECK-NEXT: print_context.c:3
24 // CHECK-NEXT: 1 : #include
26 // CHECK-NEXT: 3 >: int inc
27 // CHECK-NEXT: 4 : return