Sign in
skia
/
buildbot.git
/
4112ff7edc48ccc7a3a24e339963337f21ae667f
/
.
/
fiddlek
/
cpp
/
fail_link.cpp
blob: eedd7cf023548227ce95a093ab87e1e43fd961dd [
file
]
#include
<unistd.h>
int
main
()
{
link
(
"/bin/echo"
,
"/bin/sudo"
);
return
0
;
}