fork download
  1. #include <iostream>
  2. #include <limits>
  3. using namespace std;
  4. void test()
  5. {
  6. }
  7. int main()
  8. {
  9. cout << test << endl;
  10. cout << std::boolalpha << test << endl;
  11. return 0;
  12. }
Success #stdin #stdout 0s 3412KB
stdin
Standard input is empty
stdout
1
true