#include int main(){ int x; int y; $copy(&x, &y); return 0; }