index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
cmake-cxx11
/
Modules
/
CheckCXX11Features
/
cxx11-test-__func__.cpp
blob: 3bfd8a893568b8051614402aa147f2046127308f (
plain
)
1
2
3
4
5
6
7
8
int
main
(
void
)
{
if
(
!
__func__
)
return
1
;
if
(
!
(
*
__func__
))
return
1
;
return
0
;
}