blob 2366282d (76B) - Raw
1 #include "foo.h" 2 uint32_t add(uint32_t a, uint32_t b) { 3 return a + b; 4 }