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