blob: 6f767eec6abb482ba7156cfc66433efbd48c8248 [file] [log] [blame] [edit]
#include <err.h>
int main() {
warnx("hello warning %d\n", 42);
return 0;
}