Dan Gohman | 01baea3 | 2010-04-30 17:42:30 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc %s -S -o /dev/null |
Duncan Sands | ec08da0 | 2009-06-14 22:22:42 +0000 | [diff] [blame] | 2 | // PR4332 |
3 | |||||
4 | static int highly_aligned __attribute__((aligned(4096))); | ||||
5 | |||||
6 | int f() { | ||||
7 | return highly_aligned; | ||||
8 | } |