summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-var-template-def/b1.h
blob: 35cab9d01c8e501346a0eb6556bb36ef06ee6835 (plain)
1
2
3
4
5
6
7
8
9
#ifndef B1_H
#define B1_H
template<typename T, T v>
struct S { static constexpr T value = v; };
template<typename T, T v>
constexpr T S<T, v>::value;

#include "a.h"
#endif
OpenPOWER on IntegriCloud