brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 03f86b0 Raw
9 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o /dev/null2// PR43323 4static int highly_aligned __attribute__((aligned(4096)));5 6int f(void) {7	return highly_aligned;8}9