[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / 2009-04-23-dbg.c
blob356400cf7fa712155d8c8570dd90b9aeb2f545cf
1 // RUN: %clang_cc1 -S -debug-info-kind=limited -o %t %s
2 # 1 "a.c"
3 # 1 "a.c" 1
4 # 1 "<built-in>" 1
5 # 103 "<built-in>"
6 # 103 "<command line>" 1
8 # 1 "/private/tmp/a.h" 1
9 int bar;
10 # 105 "<command line>" 2
11 # 105 "<built-in>" 2
12 # 1 "a.c" 2
13 # 1 "/private/tmp/a.h" 1
14 int bar;
15 # 2 "a.c" 2
17 int main(void) {
18 bar = 0;
19 return 0;