Remove test
From-SVN: r29070
This commit is contained in:
parent
b5cc759372
commit
3ebd9bc487
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
// Build don't run:
|
||||
// Origin: Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
template <class T>
|
||||
void f (T&) ;
|
||||
|
||||
template <>
|
||||
void f (void (&)())
|
||||
{
|
||||
}
|
||||
|
||||
void g ()
|
||||
{
|
||||
}
|
||||
|
||||
void h ()
|
||||
{
|
||||
}
|
||||
|
||||
bool b;
|
||||
|
||||
int main ()
|
||||
{
|
||||
f (b ? g : h);
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue