blob: 25e8128168383c926400748699382043dc8716ea [file] [log] [blame]
/* { dg-do compile { target arm*-*-symbianelf* } } */
/* Symbian OS requires that all defined symbols with external linkage
have the ELF STV_HIDDEN attribute set by default. */
/* { dg-final { scan-assembler ".hidden.*i" } } */
/* { dg-final { scan-assembler ".hidden.*j" } } */
/* { dg-final { scan-assembler ".hidden.*f" } } */
int i;
int j = 3;
void f() {}