We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
memalignment_test.cpp
1 parent ff7a9bc commit edc13a9Copy full SHA for edc13a9
libc/test/src/stdlib/memalignment_test.cpp
@@ -64,4 +64,5 @@ TEST(LlvmLibcMemAlignmentTest, SpecificAlignment) {
64
uintptr_t addr_complex = 0x1234560; // 16-byte aligned (ends in 0)
65
void *ptr_complex = reinterpret_cast<void *>(addr_complex);
66
EXPECT_EQ(LIBC_NAMESPACE::memalignment(ptr_complex), static_cast<size_t>(16));
67
-}
+}
68
+
0 commit comments