cmake/c++11-test-nullptr-N2431_fail_compile.cpp@2a84149fe642
cmake/c++11-test-nullptr-N2431_fail_compile.cpp
Thu, 22 Aug 2013 20:24:16 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Thu, 22 Aug 2013 20:24:16 +0300
- changeset 473
- 2a84149fe642
- permissions
- -rw-r--r--
Changed build system from qmake to CMake.
int main()
{
int i = nullptr;
return 1;
}