/* * gcc -Os -c ctorC.cxx * readelf -S ctorC.o | grep ctor * * [ 5] .ctors PROGBITS 0000000000000000 00000070 * [ 6] .rela.ctors RELA 0000000000000000 000006e8 * */ #include static int foo = getchar();