File: cxx11-test-auto_fail_compile.cpp

package info (click to toggle)
libvmime 0.9.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,604 kB
  • sloc: cpp: 55,417; ansic: 822; makefile: 88; sh: 8
file content (7 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
int main(void)
{
	// must fail because there is no initializer
	auto i;

	return 0;
}