Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
merge-anon-in-template
/
b.h
1
#include "a.h"
2
bool k = is_floating<int>::value;
3