Language
C++
Compiler
gcc HEAD 8.0.1 20180415 (experimental)
Options
Optimization
Boost 1.67.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=gnu++2a
Escribir 42
La variable x en main es: 0
Leer sobre 0x7ffdbf28b53c leido 42
La variable x en main es: 42
Exit Code:
0