]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/microblaze/others/data_var3.c
Check in support for Xilinx MicroBlaze processor.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / microblaze / others / data_var3.c
1 /* { dg-final { scan-assembler "\.rodata*" } } */
2 const int global = 10;
3
4 int testfunc ()
5 {
6 return global;
7 }