summaryrefslogtreecommitdiff
path: root/test2.c
blob: a52ceb5e21f2b2616bfbe7a4c05b083a1a1b57fd (plain)
1
2
3
4
5
#include "test2.h"

int add(int a, int b) {
	return a + b;
}