Clang Project

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