Clang Project
clang_source_code
/
test
/
Frontend
/
Inputs
/
rewrite-includes-messages.h
1
void f()
2
{
3
int unused_variable;
4
}
5