Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
312 B
C++
Raw Permalink Normal View History

2019-09-02 10:55:52 +00:00
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"])
}