Sign in
third-party-mirror
/
mingw-w64
/
e1c9831d79320f401c803f993a4a9f7d11e7465e
/
.
/
mingw-w64-crt
/
testcases
/
t_imagebase.c
blob: f018a3d2638385d043b227450543ce553fc23e07 [
file
] [
log
] [
blame
]
#include
<stdio.h>
extern
unsigned
int
__ImageBase
;
int
main
()
{
printf
(
"%x\n"
,
__ImageBase
);
return
0
;
}