You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
6 lines
312 B
C++
6 lines
312 B
C++
|
|
int bar() {
|
||
|
|
int i = 3; //%self.expect("source info", substrs=["Lines found in module ", "second.cpp:2"])
|
||
|
|
return i; //%self.expect("source info", substrs=["Lines found in module ", "second.cpp:3"])
|
||
|
|
//%self.expect("source info --name main", substrs=["Lines found in module ", "main.cpp:7", "main.cpp:10"])
|
||
|
|
}
|