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