blob: 86e22f0c8dcb7f8dee462940cf58c5d543c23edf [file] [log] [blame]
/* { dg-lto-do assemble } */
/* { dg-lto-options {{-O2 -flto -funsigned-char}} } */
typedef unsigned int size_t;
void
foo (const char *src, unsigned char *dst, size_t size)
{
int ch;
while ((ch = *src++) != '\0') {
}
}