• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 template <typename T>
foot()2 void foot() {
3 }
foo()4 inline void foo() {
5 }
6 
7 template <typename T>
8 struct bart {
9 };
10 struct bar {
11 };
12