File: cxx11-test-__func__.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 (8 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
int main(void)
{
	if (!__func__)
		return 1;
	if (!(*__func__))
		return 1;
	return 0;
}