blob: 419d9bd91e9562bac26a77e935e3e7eb00cbc763 [file] [log] [blame]
#include "first.h"
int first(int x, int y)
{
return x + y;
}