blob: e3c023c946fca06f24a8f18322417fcf50b2384e [file] [log] [blame]
#include "foo.h"
int main(int argc, char* argv[]) {
return foo_core(42);
}