DEBSOURCES
Skip Quicknav
sources / libgdf / 0.1.3-13 / test / testFail.cpp
12345678
#include <iostream> int main( ) { std::cout << "Fail" << std::endl; return 1; }