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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 20 of file FailTest.cpp.

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