blob: 753f5fc3ef04052a57b0a0fe8ea27822efe994f5 (
plain)
1
2
3
4
5
6
7
|
/* { dg-do run } */
/* { dg-options "-fstrub=strict" } */
/* { dg-require-effective-target strub } */
#define ATTR_STRUB_AT_CALLS __attribute__ ((__strub__ ("at-calls")))
#include "strub-run4.c"
|