mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-18 19:06:05 +00:00
8 lines
135 B
C
8 lines
135 B
C
![]() |
typedef struct {
|
||
|
char *auth_pwfile;
|
||
|
} auth_config_rec;
|
||
|
|
||
|
void *Ptr = &((auth_config_rec*)0)->auth_pwfile;
|
||
|
|
||
|
int main() { return 0; }
|