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

source code of compiler-rt/test/asan/TestCases/Windows/hello_world.cpp