xref
: /
php-src
/
ext
/
standard
/
tests
/
helpers
/
bad_cmd.c
(revision 5cbdd5f6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
main()
3
int
main
()
4
{
5
printf
(
"pwnd!\n"
);
6
return
0;
7
}
8