#include #include "pointers1.h" int main() { int * p = dupParameter(7); std::cout << &p << std::endl; return 0; }