comparison: cmake/c++11-test-__func__-N2340.cpp
cmake/c++11-test-__func__-N2340.cpp
- changeset 473
- 2a84149fe642
equal
deleted
inserted
replaced
|
1 #include <cstring> |
|
2 |
|
3 int main() |
|
4 { |
|
5 if (!__func__) { return 1; } |
|
6 if(std::strlen(__func__) <= 0) { return 1; } |
|
7 return 0; |
|
8 } |