Test

Democratising Wireless Innovation
Revision as of 17:05, 30 August 2015 by AndrewBack (talk | contribs)
Jump to navigation Jump to search
#include <iostream>

int main(int argc, char *argv[]) {

  /* An annoying "Hello World" example */
  for (auto i = 0; i < 0xFFFF; i++)
    cout << "Hello, World!" << endl;

  char c = '\n';
  unordered_map <string, vector<string> > m;
  m["key"] = "\\\\"; // this is an error

  return -2e3 + 12l;
}