// Bug: g++ fails to actually instantiate templates to the specifications of // guiding decls. // Special g++ Options: -g -ansi -pedantic-errors -fguiding-decls template inline T min (T a, T b) { return a