Files
mongo/buildscripts/iwyu/test/no_include/b.cpp

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

6 lines
68 B
C++
Raw Normal View History

#include "a.h"
type_b return_b_function() {
return type_b();
}