1 2 3 4 5 6 7
#include "mathtest.h" #include <assert.h> int main(int argc, char **argv) { assert(add(42, 1337) == 1379); return 0; }