brintos

brintos / llvm-project-archived public Read only

0
0
Text · 122 B · 89d0e36 Raw
5 lines · c
1#include "a.h"2void f(SmallString<256>&);3 4template<typename T> void use_var_template(decltype(T() + var_template<0>)) {}5