Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/assert
/
.
/
tests
/
other
/
err
/
test.cpp
blob: 6f767eec6abb482ba7156cfc66433efbd48c8248 [
file
] [
log
] [
blame
] [
edit
]
#include
<err.h>
int
main
()
{
warnx
(
"hello warning %d\n"
,
42
);
return
0
;
}