view clang/test/CodeGen/2009-04-23-dbg.c @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
line wrap: on
line source

// RUN: %clang_cc1 -S -debug-info-kind=limited -o %t %s
# 1 "a.c"
# 1 "a.c" 1
# 1 "<built-in>" 1
# 103 "<built-in>"
# 103 "<command line>" 1

# 1 "/private/tmp/a.h" 1
int bar;
# 105 "<command line>" 2
# 105 "<built-in>" 2
# 1 "a.c" 2
# 1 "/private/tmp/a.h" 1
int bar;
# 2 "a.c" 2

int main() {
 bar = 0;
 return 0;
}