run script should use the loader
[ldtrace] / hello.c
1 #include <stdlib.h>
2 #include <stdio.h>
3 int main()
4 {
5         fopen("/dev/null", "r");
6         puts("hello");
7 //      exit(0);
8 }