Sep 14, 2010 at 5:18 PM, Ian Lance Taylor wrote:
> David Weiser writes:
>
>> I am looking at bug number 99 on
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=99 and I am adding a test
>> case for it.
>> The testcase looks like this:
>> //---start t
Howdy,
I am looking at bug number 99 on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=99 and I am adding a test
case for it.
The testcase looks like this:
//---start test case
/*
{do-run compile}
*/
template class X {};
template int f(X, X);
template int f(X, X);
int main(void) {