template <class T> class FOO ;
template <class T> T FOO<T>::
// To generate the binaries which correspond to this file, you must first
// compile a program with two calls to Foo<int>::DoIt(10) for each desired
// architecture. Collect a raw profile from any one of these binaries, index
// it, and check it in along with the executables.
// Note:
// The line execution count on line 14 is incorrect because of a bug in the
// checked-in coverage mappings, which has subsequently been fixed in clang.