File: testFail.cpp

package info (click to toggle)
libgdf 0.1.3-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,352 kB
  • sloc: cpp: 7,096; makefile: 65; sh: 49
file content (8 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#include <iostream>

int main( )
{
	std::cout << "Fail" << std::endl;
	return 1;
}