8 lines
78 B
C++
8 lines
78 B
C++
|
#include "pr10728-x.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
X* x = y();
|
||
|
return 0; // marker 1
|
||
|
}
|