blob: 37ebc0d807e147da4106c101759e76edc97014d6 [file] [log] [blame]
#include "static.h"
int add_numbers(int a, int b) {
return a + b;
}