Add a comment here.

llvm-svn: 209262
This commit is contained in:
Eric Christopher 2014-05-21 00:02:50 +00:00
parent 4015e124e3
commit a6342c581e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
; RUN: llc -mtriple=x86_64-linux-gnu %s -filetype=obj -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Reconstruct this via clang and -O2.
; static void foo() {
; struct X { int a; int b; } xyz;
; }