// #target: macos-x64 module test; const int FOO @private = 4; attrdef @Align(x) = @align(x * FOO); module test2; import test; int black @Align(16) = 123; /* #expect: test2.ll @test2.black = local_unnamed_addr global i32 123, align 64