This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Step 2 in backporting crosscompile/sysroot changes
[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}