Source code

Revision control

Copy as Markdown

Other Tools

typedef int *MyPtr;
MyPtr getPtr();
void foo() {
auto TdNakedPtr = getPtr();
}