[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / 2009-06-14-HighlyAligned.c
blob03f86b0aa56c04d9e337215264a208c960e148da
1 // RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2 // PR4332
4 static int highly_aligned __attribute__((aligned(4096)));
6 int f(void) {
7 return highly_aligned;