aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/debug-info-version-coff.c
blob: 6497a58292362dca67fb1aa867cbd18eff243013 (plain)
1
2
3
4
5
6
7
8
// REQUIRES: x86-registered-target
// RUN: %clang --target=x86_64-windows -g -S -emit-llvm -o - %s | FileCheck %s
// RUN: %clang --target=x86_64-windows -S -emit-llvm -o - %s | FileCheck %s
int main (void) {
  return 0;
}

// CHECK:  i32 2, !"Debug Info Version", i32 3}