[LVI] Add trunc to i1 handling. (#124480)
[llvm-project.git] / compiler-rt / test / asan / TestCases / Windows / hello_world.cpp
blob507886e71acd3cd0ed811ee4d25c0865eace529e
1 // RUN: %clang_cl_asan %Od %s %Fe%t
2 // RUN: %run %t | FileCheck %s
4 #include <stdio.h>
6 int main() {
7 printf("Hello, world!\n");
8 // CHECK: Hello, world!