aboutsummaryrefslogtreecommitdiffstats
path: root/cxx11/c++11-test-nullptr-N2431_fail_compile.cpp
blob: 7ab77a28c819359781ffb122e3631a27eddf84df (plain)
1
2
3
4
5
int main()
{
	int i = nullptr;
	return 1;
}