Sign in
mingw
/
mingw-w64
/
refs/heads/master
/
.
/
mingw-w64-crt
/
testcases
/
t_tmain.c
blob: 54d39f0211e2067eca776702efb6ef3716feb7bb [
file
] [
log
] [
blame
]
/**
* This testcase should pass only if compiled with
* -municode
*/
#include
<tchar.h>
int
_tmain
(
void
)
{
void
*
volatile
wmainptr
=
wmain
;
(
void
)
wmainptr
;
return
0
;
}