blob: 4a7e8f6ae2d1d0b54bb7ec155ce8f0821039fd6a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -frandom-seed=0x12345" } */
extern int foo (int);
int main ()
{
foo (100);
return 0;
}
/* { dg-final { scan-assembler "\.gnu\.lto.*.12345" } } */