blob: 4bdc56060ea101a4c886b25c679a52939bfa7c78 [file] [log] [blame]
// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
#include "test.h"
int main() {
AnnotateIgnoreWritesBegin("", 0);
}
// CHECK: ThreadSanitizer: main thread finished with ignores enabled
// CHECK: Ignore was enabled at:
// CHECK: #0 AnnotateIgnoreWritesBegin
// CHECK: #1 main