#include "sylib.h" //test addc #define a 10 int main(){ return a + 5; }