brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 35cab9d Raw
10 lines · c
1#ifndef B1_H2#define B1_H3template<typename T, T v>4struct S { static constexpr T value = v; };5template<typename T, T v>6constexpr T S<T, v>::value;7 8#include "a.h"9#endif10