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.
1 parent 94a2cae commit e6622bdCopy full SHA for e6622bd
lldb/test/API/functionalities/memory/find/main.cpp
@@ -1,8 +1,7 @@
1
#include <stdio.h>
2
#include <stdint.h>
3
4
-template<size_t T>
5
-struct [[gnu::packed]] Payload {
+template <size_t T> struct [[gnu::packed]] Payload {
6
uint8_t data[T];
7
};
8
0 commit comments