1#include <stdio.h>
2#include "base.h"
3
4int base1() { return 1; }
5int base2() { return 2; }
6
7