mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
11 lines
116 B
C++
11 lines
116 B
C++
template <typename T>
|
|
void foot() {
|
|
}
|
|
inline void foo() {
|
|
}
|
|
|
|
template <typename T>
|
|
struct bart {
|
|
};
|
|
struct bar {
|
|
};
|