7 lines
169 B
C
7 lines
169 B
C
|
/* Check that rare readlink calls don't cause the simulator to abort.
|
||
|
#progos: linux
|
||
|
#sim: --sysroot=$pwd --env-unset PWD
|
||
|
*/
|
||
|
#define SYSROOTED 1
|
||
|
#include "readlink2.c"
|