module pind.samples.ja.memory.memory_1; import std.stdio; void main() { int i; int j; writeln("i: ", &i); writeln("j: ", &j); }