New testcase that crashes the new CFE.

llvm-svn: 28042
This commit is contained in:
Chris Lattner 2006-05-01 23:18:55 +00:00
parent fd0a5478a1
commit 5104e3b833
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// RUN: %llvmgcc %s -S -o -
#ifdef __APPLE__
/* test that X is layed out correctly when this pragma is used. */
#pragma options align=mac68k
#endif
struct S {
unsigned A;
unsigned short B;
} X;