blob: 12dc69b8642504305f11c8bb4ce3d59260f6e444 [file] [log] [blame]
#include <assert.h>
#include <stdint.h>
#include "lib.h"
int main(int argc, char** argv) {
assert(foo() == 4);
return 0;
}