1#include "foo.h"
2uint32_t add(uint32_t a, uint32_t b) {
3    return a + b;
4}
5
6uint32_t foo = 12345;