binutils-gdb/gdb/testsuite/gdb.cp/pr10728-x.cc

8 lines
77 B
C++

#include "pr10728-x.h"
int main()
{
X x = y();
return 0; // marker 1
}