#include "files1.h" void g() { int x = 2; int y = 4; swap(&x,&y); }