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