brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · 6497a58 Raw
9 lines · c
1// REQUIRES: x86-registered-target2// RUN: %clang --target=x86_64-windows -g -S -emit-llvm -o - %s | FileCheck %s3// RUN: %clang --target=x86_64-windows -S -emit-llvm -o - %s | FileCheck %s4int main (void) {5  return 0;6}7 8// CHECK:  i32 2, !"Debug Info Version", i32 3}9