blob: e7b20a512db16ed2f4e4954d48878fab8fdc0ea6 [file] [log] [blame]
David Blaikiee6b7c282017-04-11 20:46:34 +00001template <typename T>
David Blaikie1ac9c982017-04-11 21:13:37 +00002void foot() {
David Blaikiee6b7c282017-04-11 20:46:34 +00003}
David Blaikie1ac9c982017-04-11 21:13:37 +00004inline void foo() {
David Blaikiee6b7c282017-04-11 20:46:34 +00005}
David Blaikie1ac9c982017-04-11 21:13:37 +00006
7template <typename T>
8struct bart {
9};
10struct bar {
11};