1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
3 
4 static int bof __attribute__((used));
foo()5 int foo()
6 {
7 	static int barbarbarbar __attribute__((used));
8 };
9 
10 /* { dg-final { scan-assembler "barbarbarbar" } } */
11