aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/static_c_lib/foo.c
blob: 78a332a6eea6f05dce81d696f32359cce255f409 (plain)
1
2
3
4
5
6
#include "foo.h"
uint32_t add(uint32_t a, uint32_t b) {
    return a + b;
}

uint32_t foo = 12345;