hello_world.cpp 156 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: %clang_cl_asan -Od %s -Fe%t // RUN: %run %t | FileCheck %s #include <stdio.h> int main() { printf("Hello, world!\n"); // CHECK: Hello, world! }