ProteoWizard
Functions
FailTest.cpp File Reference
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

§ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 20 of file FailTest.cpp.

21 {
22  cerr << "This is a test of the emergency test failure system." << endl;
23  cout << "DON'T PANIC!" << endl;
24  cerr << "This is only a test." << endl;
25  return 42;
26 }