Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
codegen-opt
/
use.cpp
1
#include "bar.h"
2
int main() { bar(); }
3