#include "func.h"

int main(void)
{
  return func();
}
