751e68f594
plans/ci.fmf we had here wasn't particularly useful, it duplicated osci_compose_gate (see gating.yaml). The testing configuration in c9s is at the moment in a better shape, thanks to RHEL-69756. Let's align c10s with c9s.
8 lines
112 B
C
8 lines
112 B
C
int
|
|
main (void)
|
|
{
|
|
char *mem = __builtin_alloca (40);
|
|
__builtin___clear_cache (mem, mem + 40);
|
|
return 0;
|
|
}
|