fork download
  1. #include <locale>
  2.  
  3. int main()
  4. {
  5. std::locale foo("");
  6. }
  7.  
Success #stdin #stdout 0.01s 4932KB
stdin
Standard input is empty
stdout
Standard output is empty