3 #sim: --sysroot=@exedir@
13 int main (int argc, char *argv[])
15 char path[1024] = "/";
18 strncat(path, argv[0], sizeof(path) - 2);
19 if (lstat (".", &buf) != 0
20 || !S_ISDIR (buf.st_mode))
22 if (lstat (path, &buf) != 0
23 || !S_ISREG (buf.st_mode))