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