source.c 152 B

123456789
  1. /*
  2. * Compile this manually on new platforms and add the
  3. * object file to revision control and Meson configuration.
  4. */
  5. int func() {
  6. return 42;
  7. }