#include <iostream>#include <typeinfo> int main(){ auto a = {1, 2}; std::cout << typeid(a).name() << std::endl;}
Standard input is empty
St16initializer_listIiE
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!