#include int main() { int c { '1' }; // [3] std::cout << c << std::endl; }