Clang Project

clang_source_code/test/Modules/Inputs/PR27513/a.h
1#include "b.h"
2
3inline void f() { basic_string<char> s; }
4
5#include "c.h"
6