forked from OSchip/llvm-project
parent
cdfb4dbad8
commit
9eee1a61e7
|
@ -0,0 +1,7 @@
|
|||
typedef struct {
|
||||
char *auth_pwfile;
|
||||
} auth_config_rec;
|
||||
|
||||
void *Ptr = &((auth_config_rec*)0)->auth_pwfile;
|
||||
|
||||
int main() { return 0; }
|
Loading…
Reference in New Issue