File: cxx-test-nullptr_fail_compile.cpp

package info (click to toggle)
libtins 4.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,956 kB
  • sloc: cpp: 34,550; ansic: 603; makefile: 13
file content (6 lines) | stat: -rw-r--r-- 49 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
int main(void)
{
	int i = nullptr;

	return 1;
}