You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,28 +0,0 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int inc(int a) {
|
||||
return a + 1;
|
||||
}
|
||||
|
||||
int main() {
|
||||
printf("%p\n", inc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
// RUN: rm -rf %t && mkdir -p %t
|
||||
// RUN: cp %s %t/
|
||||
// RUN: cp %p/Inputs/print_context.o %t
|
||||
// RUN: cd %t
|
||||
// RUN: echo "%t/print_context.o 0x0" | llvm-symbolizer -print-source-context-lines=5 | FileCheck %s
|
||||
|
||||
// Inputs/print_context.o built with plain -g -c from this source file
|
||||
// Specifying -Xclang -fdebug-compilation-dir -Xclang . to make the debug info
|
||||
// location independent.
|
||||
|
||||
// CHECK: inc
|
||||
// CHECK: print_context.c:3
|
||||
// CHECK: 1 : #include
|
||||
// CHECK: 2 :
|
||||
// CHECK: 3 >: int inc
|
||||
// CHECK: 4 : return
|
||||
// CHECK: 5 : }
|
Reference in New Issue
Block a user