2003-06-16 13:33:59 +00:00
|
|
|
typedef struct {
|
|
|
|
char *auth_pwfile;
|
2003-06-16 14:04:18 +00:00
|
|
|
int x;
|
2003-06-16 13:33:59 +00:00
|
|
|
} auth_config_rec;
|
|
|
|
|
2003-06-16 14:04:18 +00:00
|
|
|
void *Ptr = &((auth_config_rec*)0)->x;
|
2003-06-16 13:33:59 +00:00
|
|
|
|
|
|
|
int main() { return 0; }
|