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