This test covers acts as a regression test for these fixes:c75a0a1e9ddd388ba3e0Differential Revision: https://reviews.llvm.org/D108805
10 lines
76 B
C++
10 lines
76 B
C++
#include "bar.h"
|
|
|
|
int foo() {
|
|
return 1;
|
|
}
|
|
|
|
int main() {
|
|
return bar();
|
|
}
|