blob: c25b7d9391f84e6ba77d829507d9c01ed4aa2227 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
fputs("error\n", stderr);
puts("hello world\n");
return 0;
}