#include <iostream>#include <string>using namespace std; int main() { constexpr const char foo[] = "blee"; cout << foo; return 0;}
Standard input is empty
blee
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!