exec-target.c 112 B

1234567
  1. #include "../config-host.h"
  2. /* SPDX-License-Identifier: MIT */
  3. int main(int argc, char *argv[])
  4. {
  5. return 0;
  6. }