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