1 2 3 4 5 6 7
/* { dg-final { scan-assembler "\.rodata*" } } */ const int global = 10; int testfunc () { return global; }