blob: 6415fc3032ad85b7c69a6d91f3281ec6fb03cb64 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T>
void f ()
{
__extension__ ( { if (3); });
}
template void f<int>();