aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr112845.c
blob: ece6f451e7580e6d2f45fe88493ddaeeb9e2434d (plain)
1
2
3
4
5
6
7
8
9
/* PR target/112845 */
/* { dg-do compile { target cet } } */
/* { dg-options "-Os -fcf-protection" } */

unsigned long long
foo (void)
{
  return 0xfa1e0ff3ULL << 3;
}