Mercurial > hg > CbC > CbC_llvm
view clang/test/CodeGen/2009-04-23-dbg.c @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | c4bab56944e8 |
children |
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(void) { bar = 0; return 0; }