blob: 0caeb35554cfcd2adf385126287d776967cb9d9b [file] [log] [blame]
// 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!
}