mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
Work around a clang bug
This commit is contained in:
parent
066e928543
commit
5ac413c4fd
@ -5,6 +5,7 @@
|
||||
int
|
||||
do_test (void)
|
||||
{
|
||||
#ifndef __clang__ /* clang never finishes */
|
||||
size_t instances = 16384;
|
||||
#define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
|
||||
const char *item = "\na\nabbcd55";
|
||||
@ -44,6 +45,7 @@ do_test (void)
|
||||
return 1;
|
||||
}
|
||||
free (buf);
|
||||
#endif /* __clang__ */
|
||||
return 0;
|
||||
}
|
||||
#define TEST_FUNCTION do_test ()
|
||||
|
Loading…
Reference in New Issue
Block a user