Memory functions (memcmp, memcpy, ...) are typically recognized by the
compiler and expanded to specific asm patterns when the size is known at
compile time.
This will help catch any regressions in expansions.
Right now we're only testing memcmp (see context in D60318).