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,18 +0,0 @@
|
||||
int f(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
int g(int a) {
|
||||
return a + 1;
|
||||
}
|
||||
|
||||
|
||||
int main() {
|
||||
return f(2, g(2));
|
||||
}
|
||||
|
||||
// Built with Clang 3.3:
|
||||
// $ mkdir -p /tmp/dbginfo
|
||||
// $ cp llvm-symbolizer-test.c /tmp/dbginfo
|
||||
// $ cd /tmp/dbginfo
|
||||
// $ clang -g llvm-symbolizer-test.c -o <output>
|
Reference in New Issue
Block a user