#include "complex.h"
#include "hello.h"

double complex(double a, double b) { return add(a, b) + 2; }