mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
3 lines
94 B
C
3 lines
94 B
C
// RUN: %clang_cc1 -emit-llvm -g < %s | grep DW_TAG_member | grep \!3
|
|
|
|
struct A { int x; } a;
|