This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Populate metaconfig branch.
[metaconfig.git] / U.check / main.c
1 #include "config.h"
2 int
3 main(argc, argv)
4   int argc;
5   char **argv;
6 {
7   SCHED_YIELD;
8 }