gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / pr39323-2.c
blob2eaa6e96e73f46d1c2c78f6f6338472b408d0513
1 /* PR c/39323 */
2 /* { dg-do compile { target *-*-linux* } } */
4 int bar __attribute__ ((aligned(1 << 28))) = 20;
6 /* { dg-final { scan-assembler "\.align\[\\t \]*268435456" } } */