Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
CodeGen
/
Inputs
/
debug-info-file-checksum-line.cpp
blob: e5fe98263a1651b21c880dfbbd6dac82dc1421b4 [
file
] [
log
] [
blame
]
Alexandre Ganea
047e65d
2019-05-21 19:40:28 +0000
[
diff
] [
blame
]
1
int
foo
(
int
x
)
{
2
return
x
+
1
;
3
}
4
5
#line
100
6
void
test1
()
{}
7
8
#line
200
9
void
test2
()
{}