remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2009-06-14-HighlyAligned.c
blob4678b75b6daf93a4f19db4f79e44df5f622abe3a
1 // RUN: %llvmgcc %s -S
2 // PR4332
4 static int highly_aligned __attribute__((aligned(4096)));
6 int f() {
7 return highly_aligned;