summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows/hello_world.cpp
blob: 0caeb35554cfcd2adf385126287d776967cb9d9b (plain)
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!
}
OpenPOWER on IntegriCloud