1REQUIRES: msan 2UNSUPPORTED: target=arm{{.*}} 3RUN: %msan_compiler %S/MsanCustomMutator.cpp -o %t 4RUN: %run %t -seed=1 -runs=1000 2>&1 | FileCheck %s 5 6CHECK-NOT: MemorySanitizer: use-of-uninitialized-value 7