Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
codegen-flags
/
use.cpp
1
#include "foo.h"
2
void use() {
3
f1();
4
foo f;
5
}
6