1 /* Check that unsupported readlink calls don't cause the simulator to abort.
2 #progos: linux
3 #sim: --argv0 ./readlink5.c.x
4 #xerror:
5 #output: Unimplemented readlink syscall (*)\n
6 #output: program stopped with signal 4 (*).\n
7 */
8 #include "readlink2.c"
9