]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/CodeGen/debug-info-member.c
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / CodeGen / debug-info-member.c
CommitLineData
223e47cc
LB
1// RUN: %clang_cc1 -emit-llvm -g < %s | grep DW_TAG_member
2
3struct A { int x; } a;