remove strange tests which does not link/run
[libfirm] / ir / be / test / llvm / 2003-06-16-InvalidInitializer.c
1 typedef struct {
2     char *auth_pwfile;
3     int x;
4 } auth_config_rec;
5
6 void *Ptr = &((auth_config_rec*)0)->x;
7
8 int main() { return 0; }