#include <array>#include <iostream> int main(){ std::array<int,0> a; std::cout << std::boolalpha << a.empty();}
Standard input is empty
true
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!