1#include "a.h"
2#include "b.h"
3
4int32_t sub(int32_t a, int32_t b) {
5  return add(a, -1 * b);
6}