v1.0
Functions
deliberately_broken_code.cc File Reference
#include <iostream>
Functions
int
main
(
int
argc,
char
**argv)
Driver code that won't compile. Used to test self tests!
More...
Function Documentation
◆
main()
int
main
(
int
argc
,
char
**
argv
)
Driver code that won't compile. Used to test self tests!
32
{
33
34
unsigned
this_line_wont_compile=;
35
36
std::cout <<
"This worked"
<< std::endl;
37
38
return
0;
39
}
//end of main
oomph-lib
self_test
deliberately_broken_code_for_self_test_test
deliberately_broken_code.cc
Generated on Wed Aug 27 2025 17:04:56 for MercuryDPM by
1.9.1