Code is in error. Insure EGCS reports that.

From-SVN: r20125
This commit is contained in:
Robert Lipe 1998-05-28 23:02:25 +00:00
parent 6af1aa2996
commit 7da5687438

View File

@ -5,6 +5,6 @@ void f()
int main()
{
f<bool>();
f<bool>(); // ERROR - .*
}