#include <stdio.h>
typedef struct { int x; } MinhaEstrutura;
typedef MinhaEstrutura * MeuTipo;
int main(void) {
MinhaEstrutura dado = { 1 };
MeuTipo var = &dado;
}
//https://pt.stackoverflow.com/q/176938/101
I2luY2x1ZGUgPHN0ZGlvLmg+Cgp0eXBlZGVmIHN0cnVjdCB7IGludCB4OyB9IE1pbmhhRXN0cnV0dXJhOwoKdHlwZWRlZiBNaW5oYUVzdHJ1dHVyYSAqIE1ldVRpcG87CgppbnQgbWFpbih2b2lkKSB7CglNaW5oYUVzdHJ1dHVyYSBkYWRvID0geyAxIH07CglNZXVUaXBvIHZhciA9ICZkYWRvOwoJcHJpbnRmKCIlZCIsIHZhci0+eCk7Cn0KCi8vaHR0cHM6Ly9wdC5zdGFja292ZXJmbG93LmNvbS9xLzE3NjkzOC8xMDE=