Files
qt5.12.8/config.tests/c++14/main.cpp
2025-08-26 22:57:23 +08:00

14 lines
293 B
C++

/* Generated by configure */
#if __cplusplus > 201103L
// Compiler claims to support C++14, trust it
#else
# error __cplusplus must be > 201103L (the value of C++11)
#endif
int main(int argc, char **argv)
{
(void)argc; (void)argv;
/* BEGIN TEST: */
/* END TEST */
return 0;
}