Clang Project

clang_source_code/test/Modules/Inputs/PR21687/c.h
1#include "a.h"
2inline void f() { X x, y(x); }
3#include "b.h"
4X x, y(x);
5