7 lines
90 B
C++
7 lines
90 B
C++
#include "x3.h"
|
|
|
|
void foo()
|
|
{
|
|
(new Info<PP>)->p(new PP);
|
|
(new Info<QQ>)->p(new QQ);
|
|
}
|