12 lines
116 B
C++
12 lines
116 B
C++
template <typename T>
|
|
void foot() {
|
|
}
|
|
inline void foo() {
|
|
}
|
|
|
|
template <typename T>
|
|
struct bart {
|
|
};
|
|
struct bar {
|
|
};
|