1 // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
2 // RUN: %clangxx_msan -O0 -g -DUNINIT %s -o %t && not %run %t 2>&1 | FileCheck %s
13 int v
= rand_r(&seed
);
14 // CHECK: MemorySanitizer: use-of-uninitialized-value
15 // CHECK: in main{{.*}}rand_r.cpp:[[@LINE-2]]