8230ff782d
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gcc.git#ac8f498836cb54282caf6ee9c6bb0c179029c18c
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;
|
|
}
|