New testcase identified by joel

llvm-svn: 6709
This commit is contained in:
Chris Lattner 2003-06-16 13:33:59 +00:00
parent cdfb4dbad8
commit 9eee1a61e7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
typedef struct {
char *auth_pwfile;
} auth_config_rec;
void *Ptr = &((auth_config_rec*)0)->auth_pwfile;
int main() { return 0; }