brintos

brintos / llvm-project-archived public Read only

0
0
Text · 144 B · 44fe492 Raw
7 lines · c
1#include "a.h"2struct X { SmallString<256> ss; };3 4template<typename T> void use_var_template(decltype(T() + var_template<0>));5 6#include "b.h"7