[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / tsan / Darwin / objc-simple.mm
blobb62d0eb8702d1eced72e4c23ac8ab6a639cfda22
1 // Test that a simple Obj-C program runs and exits without any warnings.
3 // RUN: %clang_tsan %s -o %t -framework Foundation
4 // RUN: %run %t 2>&1 | FileCheck %s
6 #import <Foundation/Foundation.h>
8 int main() {
9   NSLog(@"Hello world");
12 // CHECK: Hello world
13 // CHECK-NOT: WARNING: ThreadSanitizer