brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 507886e Raw
10 lines · cpp
1// RUN: %clang_cl_asan %Od %s %Fe%t2// RUN: %run %t | FileCheck %s3 4#include <stdio.h>5 6int main() {7  printf("Hello, world!\n");8// CHECK: Hello, world!9}10