main.c 79 B

123456
  1. int impl_obj(void);
  2. int main(int argc, char* argv[])
  3. {
  4. return impl_obj();
  5. }