Sign in
mingw
/
mingw-w64
/
751243495de108bb8423365a4e335c7858fae2fb
/
.
/
mingw-w64-crt
/
testcases
/
t_imagebase.c
blob: d4c71133f7f7718bc7119d127aac8226f2c1fe57 [
file
]
#include
<stdio.h>
/* mingw-w64 headers */
#include
"libtest.h"
extern
unsigned
int
__ImageBase
;
int
main
()
{
mingw_test_init
();
printf
(
"%x\n"
,
__ImageBase
);
return
0
;
}